Re: Any interest in "Asynchronous Servlets"

2007-04-29 Thread Filip Hanik - Dev Lists
Henri Gomez wrote: I wonder how this asynchronicity could be handled by mod_jk. by default you'd still hog a thread in apache Did there is a way to make apache keep some threads ready to poll the results ? you'd probably be in for some serious rewrite to get this to work in mod_jk Filiop

Re: Any interest in "Asynchronous Servlets"

2007-04-28 Thread Henri Gomez
I wonder how this asynchronicity could be handled by mod_jk. Did there is a way to make apache keep some threads ready to poll the results ? 2007/4/28, Remy Maucherat <[EMAIL PROTECTED]>: Filip Hanik - Dev Lists wrote: > actually, it would be a lot easier than Comet :), I'll create a patch, > t

Re: Any interest in "Asynchronous Servlets"

2007-04-28 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: actually, it would be a lot easier than Comet :), I'll create a patch, then we can review it before we decide to move on. Ok, but I still have no idea what you mean when you write "Asynchronous Servlets" (AS). Some guy has just posted it is get the request, don't

Re: Any interest in "Asynchronous Servlets"

2007-04-27 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: This is not quite the same as Comet. Main difference is that the "Asynchronous Servlets" (AS) are not registered with the Poller. It just means that when a HTTP request comes in, the Request/Response pair can be handed off to a background thr

Re: Any interest in "Asynchronous Servlets"

2007-04-27 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: This is not quite the same as Comet. Main difference is that the "Asynchronous Servlets" (AS) are not registered with the Poller. It just means that when a HTTP request comes in, the Request/Response pair can be handed off to a background thread. Useful for AJAX

Re: Any interest in "Asynchronous Servlets"

2007-04-27 Thread Filip Hanik - Dev Lists
Yoav Shapira wrote: Filip, On 4/27/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: This is not quite the same as Comet. Main difference is that the "Asynchronous Servlets" (AS) are not registered with the Poller. It just means that when a HTTP request comes in, the Request/Response pair

Re: Any interest in "Asynchronous Servlets"

2007-04-27 Thread Yoav Shapira
Filip, On 4/27/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: This is not quite the same as Comet. Main difference is that the "Asynchronous Servlets" (AS) are not registered with the Poller. It just means that when a HTTP request comes in, the Request/Response pair can be handed off to