Hi, > > I am really a newbie to embperl and wants to create a low traffic > > site which wil run on a 256 MB RAM VPS without swap, i have a few > > question : > > 1)Whats the coding style wrt to the coding what i > understand is : the > > obvious base.epl file with the necessary hierarchy i am > more concerned > > with epwebapp.pl where should i place it,
That depends. If you just have one such file, you might place it in a diretory outside of your document root and put that directory in an Embperl_Object_Addpath If you put in in your document root you can have different applications (which might inherit form each other, like db/epwebapp.pl), for different subdirs. >> i have gone throught the > > embperl site at eg/ folder .I think we should place all the > coding in > > this file and call the object to this file in every page , You could do most of the processing in the init method and use the html pages just to display the result. Of course you can also call into the application object from your html pages >> but this > > will increase the size of the epwebapp.pl so will this slow > the site , I don't think that this will be significant > > i am looking a lot of internal processing which includes > calling other > > pages via LWP so it may take up to 1 min to process or more. > > > > 2) How to install embperl at Centos 4.2 system with yum > command/tool. Sorry, I never used Centos > > > > 3)Any tutorials apart from http://www.ecos.de/embperl/ ? A few, but the most information should be on this site Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]