DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19121>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19121 [error] (35)Resource temporarily unavailable: apr_accept: (client socket) ------- Additional Comments From [EMAIL PROTECTED] 2003-04-17 17:47 ------- This has been reported before (we need to see if it is still open). Can you try adding a second listening socket to see if the symptom goes away? With > 1 listening socket, Apache will need to mutex around a poll+accept call, so you won't have multiple processes in accept at the same time, and perhaps that circumvents whatever is going wrong. Alternatively, find this code in configure.in: *486-*-bsdi* | *-netbsd* | *-freebsd* | *-apple-darwin* | *-dec-osf* | *-qnx) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) ;; delete those three lines, make extraclean && ./buildconf && ./configure --whatever && make && make install and see if the symptom goes away without having to add an additional listening socket as far as real problem resolution, I suspect this needs some dedicated debugging :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
