vit has asked for the wisdom of the Perl Monks concerning the following question:

For some of my applications I use "hostmonster" and it works fine. However, when I use Perl/CGI the program starts from the beginning and the memory population happening each client request. This kills the efficiency of the process. Say reading the file to RAM takes 5 seconds whereas the solution itself takes a fraction of a second. Is there any simple solution to make my application be held persistently (always running) in the memory when I use the external host server.
  • Comment on Persistent memory on the external host server

Replies are listed 'Best First'.
Re: Persistent memory on the external host server
by WizardOfUz (Friar) on Nov 10, 2009 at 17:39 UTC