Andrew Miehs wrote:
If you are only delivering static content, then use Apache or Lighttpd http://www.lighttpd.net/ This is NOT what tomcat is designed for....
In theory the threaded model should consume less memory and less CPU cycles compared with prefork model. Of course if your application is stable then you should always prefer worker-mpm over the prefork-mpm. Did you ever tried to hit the Httpd with 10000 concurrent connections? I did, and Tomcat uses less memory then Apache httpd, and that's why it is 2 times faster then httpd. Regards, Mladen. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]