Re: Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Eamonn Maher
Hi folks, coincidentally I am also having problems with large number of concurrent connections to Tomcat getting errors when we try and connect many clients concurrently to Tomcat. Does anyone have experience of this sort of Tomcat usage or should we be looking at a different servlet container

Re: Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Jeff Turner
Well I think you're completely nuts :) For 10,000 concurrent requests for *dynamic* data (or else you'd just be using Apache.. right?), you'd need a server farm full of fancy equipment, a load-balancing server, and stuff that even my wildly ignorant speculations can't conceive. Besides, I don't t

Re: Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Santosh Pasi
Hi Jeff, Thanks for reply. I am looking around 10,000 to 12,000 concurrent connections. I have few more questions 1. i tried both mod_jk and mod_jserver, but i really didn't found any improvemnet. Which is best to use. if mod_jk then mod_jk(ajp12 or ajp13)? What other things i can do to inc