in reply to Techniques to cache perl scripts into memory ?

Sounds like you want to put your scripts into a deamon and map the calls to aliases or C-wrappers which do the communication with this service.

But I'd rather go first for SuicideJunkie's suggestion to start perl from a ram disk.

Far less trouble and brain needed... otherwise too many side-effects to be considered...

UPDATE

like

The only overhead you could save is for the compilation (like in mod_perl or FastCGI), but does it worth the trouble?

Cheers Rolf

  • Comment on Re: Techniques to cache perl scripts into memory ?