Re: Catastrophic blocking

2012-02-29 Thread Thiago Macieira
On quarta-feira, 29 de fevereiro de 2012 11.50.10, Kristian Hoegsberg wrote: > which handles the problem you hit. The connection code polls for > writable just fine and only writes when the fd returns EPOLLOUT. > Except in the above case, which is where it typically happens. When > the protocol b

Re: Catastrophic blocking

2012-02-29 Thread Kristian Hoegsberg
On Wed, Feb 29, 2012 at 10:58:56AM +0200, Pekka Paalanen wrote: > On Tue, 28 Feb 2012 14:32:21 -0500 > Kristian Hoegsberg wrote: > > > On Mon, Feb 27, 2012 at 04:57:42PM +0100, Samuel Rødal wrote: > > > Ignore previous patch, here's the correct version. > > > > > From 4e1bedaaf05b576f5191f8fe3a3

Re: Catastrophic blocking

2012-02-29 Thread Andreas Ericsson
On 02/29/2012 09:58 AM, Pekka Paalanen wrote: > On Tue, 28 Feb 2012 14:32:21 -0500 > Kristian Hoegsberg wrote: > >> On Mon, Feb 27, 2012 at 04:57:42PM +0100, Samuel Rødal wrote: >>> Ignore previous patch, here's the correct version. >> >>> From 4e1bedaaf05b576f5191f8fe3a34904ab9707414 Mon Sep 17

Catastrophic blocking

2012-02-29 Thread Pekka Paalanen
On Tue, 28 Feb 2012 14:32:21 -0500 Kristian Hoegsberg wrote: > On Mon, Feb 27, 2012 at 04:57:42PM +0100, Samuel Rødal wrote: > > Ignore previous patch, here's the correct version. > > > From 4e1bedaaf05b576f5191f8fe3a34904ab9707414 Mon Sep 17 00:00:00 2001 > > From: =?UTF-8?q?Samuel=20R=C3=B8dal