Justin Erenkrantz wrote:
> 

> Now the question becomes with my other patch for adding the
> worker_accept_mutex - what to do on platforms that have
> SINGLE_LISTEN_UNSERIALIZED_ACCEPT?  Their accept call does not
> suffer from the "thundering herd" problem, BUT we can't have multiple
> workers in the same process sitting in the accept call either.  

eh?  why not?  Works fine on OS/390; I suspect it works fine on recent
Linux kernels too.

>                 (What
> we earlier had as cross-process mutex has now shifted to kernel-level
> queueing.)

yep, but what's the problem?  

Greg

Reply via email to