manoj 99/06/28 14:58:28
Modified: . STATUS Log: I hate the sun. Revision Changes Path 1.27 +7 -1 apache-apr/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-apr/STATUS,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -u -r1.26 -r1.27 --- STATUS 1999/05/26 04:04:32 1.26 +++ STATUS 1999/06/28 21:58:27 1.27 @@ -1,5 +1,5 @@ Apache Portable Runtime STATUS: -Last modified at [$Date: 1999/05/26 04:04:32 $] +Last modified at [$Date: 1999/06/28 21:58:27 $] Release: @@ -42,6 +42,12 @@ Everything Needs patch: + + If SINGLE_LISTEN_UNSERIALIZED_ACCEPT is active, multiple threads are + allowes to call poll() at the same time, with the same pollfd array. + The only solution Manoj can think of right now is to have one pollfd + array per thread, or to just always require serialization (bleh on + both counts). With AIX 4.2, if MaxRequestsPerChild is low (e.g. 5) and ThreadsPerChild is high (e.g. 64), the signal delivered to sigwait