Mark Thomas wrote:
gunnar.bost...@tieto.com wrote:
So the questions are: why does Tomcat (or jsvc) start new processes
To execute your perl scripts.
and
how can I prevent it?
Don't use perl.
Better, keep using perl, but not under Tomcat.
Configure an Apache httpd front-end and run you perl processes there,
preferably with mod_perl. You will probably gain a factor 100 or so of
performance for your perl processes, and free Tomcat for what it's good
at, which is to run Java applications.
If you need help to do that, I can provide some, but not on the Tomcat
forum. Send me a message directly.
Or subscribe to the mod_perl list, at
http://perl.apache.org/maillist/modperl.html#Subscription_Information
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org