On Fri, Aug 31, 2001 at 01:58:18PM +0200, jotham wrote:
> I have built an HTTP server sort of.
> 
> A little overview:
> 
>       [SHELL]           The socketfactory etc.
>       [Session Object]  Readwrite wheel, using a modified version of the
> Filter::HTTPD (only modified the put sub)
>                         Also other session orientated code.

[...]

> At the moment when I have 2 sustained sessions active everything freezes.
> Well, the kernel still runs fine, all my delays work, but, no tcp data gets
> through to the clients.  I really can't figure out why this is.  The
> sustained sessions flush properly i think.

Check that your modified put() method is correct.  Maybe it's
returning something wrong in some cases?

If that's not the case, can you provide an URL to your code?

-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net

Reply via email to