be7085a964
Make perl scripts persistent in memory
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
This program turns ordinary perl scripts into long running daemons, making
|
|
subsequent executions extremely fast. It forks several processes for each
|
|
script, allowing many proceses to call the script at once.
|
|
|
|
WWW: http://search.cpan.org/search?dist=PPerl
|