Referring to 10,000 virtual host in one tomcat instance.
On 8/26/06, Andrew Miehs <[EMAIL PROTECTED]> wrote:
Dear Mladen, Are we referring to 10,000 Virtual servers or 10,000 Connections? And the answer is yes to 10000 connections. Yes I would use worker-mpm or better still an epoll based httpd daemon, like lighttpd or zeus. Regards Andrew On 26/08/2006, at 12:18 PM, Mladen Turk wrote: > 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. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]