On Tue, Nov 4, 2008 at 2:55 PM, Michael Kerrisk <[EMAIL PROTECTED]> wrote: > But forgot to include the revised code. Here it is.
That's better. BTW, did you miss my response? I'm wondering about the case where accept() returns EMFILE. In that case, the example currently misbehaves (it does a busy loop). I'm not sure how epoll behaves in this case and a solution doesn't appear to be trivial. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

