Filip Hanik - Dev Lists wrote:
The async close is important to 'long-polling' which is what bayuex does.
if you have 20 second timeout, there is a chance that the client could
reuse the connection after it has received the 'end chunk' (0) from the
server, and sends a new request.
if there is n
The async close is important to 'long-polling' which is what bayuex does.
if you have 20 second timeout, there is a chance that the client could
reuse the connection after it has received the 'end chunk' (0) from the
server, and sends a new request.
if there is no async close support, then the
On Tue, 2008-10-28 at 18:56 -0600, Filip Hanik - Dev Lists wrote:
> in trunk there is one difference, NIO allows async CometEvent.close, APR
> has the hooks in place, but I haven't dared to dig into the poller code yet.
>
> that's the only thing I can think of right now.
I only wanted to see som
in trunk there is one difference, NIO allows async CometEvent.close, APR
has the hooks in place, but I haven't dared to dig into the poller code yet.
that's the only thing I can think of right now.
Filip
Remy Maucherat wrote:
Hi,
Trying out Bayeux quickly (after all, there's still nothing to