Aaron Bannert wrote:
> 
> Back then we had the POD and at least one listener, which essentially
> caused us to never use S_L_U_A, meaning we always had an accept mutex.
> Now that that's been corrected, the problem with the "we can accept
> more connections than we can immediately process" is showing up because,
> as you said (below), the OS is electing the accept() call from the
> same process before migrating to another process.
> 
> A simple way to check if this is true is by adding a second Listen
> directive and see if the problem goes away.

This implies that S_L_U_A is not valid for that system then, right?
If so, then isn't that the "correct" solution?


-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
             will lose both and deserve neither" - T.Jefferson

Reply via email to