On Wed, Oct 19, 2011 at 4:03 AM, James Thornton <james at jamesthornton.com> wrote: > Will someone please look at this and tell me why the worker recv() > socket is blocking on the first iteration "inside the worker loop"?: > > https://gist.github.com/1297366 You need to do bind() on one side rather than connect. Ian