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
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
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
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
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
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
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