Bill Burke wrote:

> Hey, I have a question on this too...
> 
> The doc page says
> 
> "Under heavy load, JBoss will for example crash with 200 concurrent users
> under linux, whereas it can handle 1000 of them on the same box with Windows
> 2000. Of course, if you use Apache or Jetty in front of JBoss to handle the
> thread pooling, this will not be a problem."
> 
> Does this mean that if the majority of your JBoss hits come from a servlet,
> Jetty limits the amount of concurrent users because it does thread pooling?

concurrent activity is more what's limited. The nature of web 
applications lets you support many many concurrent users with little 
concurrent activity.


> 
> Thanks,
> Bill


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to