https://issues.apache.org/bugzilla/show_bug.cgi?id=45605
--- Comment #2 from Chris Luby <[EMAIL PROTECTED]> 2008-09-19 16:14:17 PST --- Created an attachment (id=22614) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22614) worker_queue wait for not full patch for 2.2.6 This is the patch I'm currently testing for this against 2.2.6. I just finished it about an hour ago and I would love any feedback. What I've done is added a second condition to the queue structure that the listener thread waits on when the queue is full until one of the worker threads signals it after popping a socket off of the queue. It's kind of the opposite of the not_empty condition -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
