Has anyone here managed to get jboss-3.2.1-tomcat-4.1.24 to handle 200 or more simultaneous HTTP requests using either HttpConnector or CoyoteConnector on Windows 2000 Advanced Server?
I've spent hours googling and playing with -Xss, -Xms and -Xmx and can't get more than about 100 simultaneous processors (as specified by the maxProcessors attribute of the connector). I've even tried using the Java Service Wrapper to start jboss, and manually stuffing MaxThreads into the registry entyr for the service. I get an OutOfMemoryError, with reason "unable to create native thread". This is on a dual-Xeon with 4GB of RAM (with /3G added to boot.ini). This is with the Sun JDK-1.4.2. That sounds a _lot_ like Windows is limiting the number of threads of my JVM process. But I'm at a loss for how to bump that limit. I've tried using Apache2 on the same box, because Apache's a known quantity for me (I'm not a Windows person by any stretch of the imagination). Apache also fails to create more than about 100 worker threads. So I realize this is a little off-topic, since my problem seems to have more to do with this Wintendo rubbish than it does with Java. All I can offer in my defense is a look of crazed desperation glaring out from my sunken, bloodshot eyes. :-) Clues? Ciao, Sheldon. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
