On Dec 22, 2004, at 4:51 PM, Robert wrote:
Anyone who cares about speed would be running mod_perl or equivalent.
- Perrin
Not quite. While I would love to be running mod_perl, I am limited to using
CGI only. Hence the question...
Then install some persistent perl module (PersistentPerl or PPerl) and use the persistent interpreter instead of #!/usr/bin/perl on your script. It will remain resident, and the slow startup process will be amortized across many invocations.
Vivek Khera, Ph.D. +1-301-869-4449 x806
_______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
