On Tue, Mar 05, 2002 at 09:23:30PM -0000, [EMAIL PROTECTED] wrote: > trawick 02/03/05 13:23:30 > > Modified: . STATUS > Log: > axe the entry on graceful restart problems with worker > > I was too stupid to read the code to determine that the accept mutex > failure log messages were harmless and not indicative of a real problem. > > I'll try to understand the conditions where I'm seeing connections > dropped.
I suspect these are one and the same problem. When we get a failure while trying to acquire a mutex it probably means that the mutex was already destroyed. Is it possible that we also destroyed the fdqueue while there were connections waiting to be picked up by a worker? -aaron
