Re: max number of concurrent requests

2007-12-16 Thread brien colwell
; Using comet + NIO or APR, you may break these barriers by not using one > thread per long-lived request. > > I hope this helps and points you to some area of research. > > Best regards, > Christophe Pierret > > -Message d'origine- > De: brien colwell [mail

RE: max number of concurrent requests

2007-12-16 Thread Christophe Pierret
. Best regards, Christophe Pierret -Message d'origine- De : brien colwell [mailto:[EMAIL PROTECTED] Envoyé : samedi 1 décembre 2007 23:23 À : dev@tomcat.apache.org Objet : max number of concurrent requests hi all, I'm building a framework that needs to block on HTTP requests. Tha

max number of concurrent requests

2007-12-01 Thread brien colwell
hi all, I'm building a framework that needs to block on HTTP requests. That is, at some point when executing my servlet, the thread will wait for some event to happen. Of course this wait may be very long. Is there a limit to threads in Tomcat? Is there a mechanism to yield processing a reque