for FreeBSD we seem to get this option set..

this seems bogus..

it assumes that multiple processes can't listen on the accept 
at one time...

does anyone know if FreeBSD is safe for having multiple processes do
accept() on the same listenning socket?

My perusal of the code suggests it should be but 
I'm unsure why the option is set by default for FreeBSD.

WHat it does is allow only one process to do an accept at one time, 
by using a file flock() as a semaphore...

seems to be it should be un-needed.

am I dreaming? what am I missing?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to