>> Not true.. Tomcat supports comet, and it runs on APR. Yes, the thread pool
>> is small, but there is always a solution. The idea is to return the thread
>> back to Apache's thread pool while waiting for an event:
>> http://tomcat.apache.org/tomcat-6.0-doc/aio.html
>
> Then convince the Apache de
Rustam Abdullaev wrote:
Hi,
Is anyone working on a suspendable request support in PHP when used as a
module in Apache?
The 'Event' mpm should be there already, IIRC.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Sun, 2008-09-14 at 23:21 +0200, Rustam Abdullaev wrote:
> > Second and most important though, Apache isn't architected to handle long
> > running processes inside a request, as it typically uses a limited pool of
>
> Not true.. Tomcat supports comet, and it runs on APR. Yes, the thread pool
>
> Second and most important though, Apache isn't architected to handle long
> running processes inside a request, as it typically uses a limited pool of
Not true.. Tomcat supports comet, and it runs on APR. Yes, the thread pool
is small, but there is always a solution. The idea is to return the
On Sun, Sep 14, 2008 at 5:33 PM, Rustam Abdullaev <[EMAIL PROTECTED]>
wrote:
Hi,
Is anyone working on a suspendable request support in PHP when used as a
module in Apache?
Suspendable requests are great for supporting Server Push technology, but
are currently only supported in Jetty and Tomcat.
> Can you provide some scenario, when this is useful?
Server Push is an http hack that enables the server to send a message to the
client immediately, without the need for a client to poll the server.
Basically, the client makes an XMLHTTP request to which the server doesn't
answer immediately,
On Sun, Sep 14, 2008 at 5:33 PM, Rustam Abdullaev <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is anyone working on a suspendable request support in PHP when used as a
> module in Apache?
>
> Suspendable requests are great for supporting Server Push technology, but
> are currently only supported in Jetty a