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

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