rse 99/08/13 09:01:12
Modified: mpm README.rse Log: Ops, Pth 1.1b3 has broken writev() semantics under blocking mode and a broken select() in case of timeouts. This caused problems for large transfers with Apache/mpm-dexter-pth. With 1.1b4 it is now gone, so use this version. Revision Changes Path 1.6 +5 -5 apache-2.0/mpm/README.rse Index: README.rse =================================================================== RCS file: /home/cvs/apache-2.0/mpm/README.rse,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- README.rse 1999/08/12 13:25:26 1.5 +++ README.rse 1999/08/13 16:01:11 1.6 @@ -33,11 +33,11 @@ [the portable hybrid (preforking+prethreading) process model] $ cd <ROOT>/apache-mpm - $ lynx ftp://alpha.gnu.org/gnu/pth/pth-1.1b3.tar.gz + $ lynx ftp://alpha.gnu.org/gnu/pth/pth-1.1b4.tar.gz [You can use also any later Pth version, of course. ] [Especially release versions >= 1.1.0 from ftp://ftp.gnu.org/gnu/pth/] - $ gunzip <pth-1.1b3.tar.gz | tar xvf - - $ cd pth-1.1b3 + $ gunzip <pth-1.1b4.tar.gz | tar xvf - + $ cd pth-1.1b4 $ ./configure \ --disable-shared \ --enable-pthread \ @@ -46,8 +46,8 @@ $ make test $ cd <ROOT>/apache-mpm/mpm - $ CFLAGS='-I\$(SRCDIR)/../pth-1.1b3 -DPTHREAD_EVERYWHERE -DNO_SERIALIZED_ACCEPT' \ - LDFLAGS='-L\$(SRCDIR)/../pth-1.1b3/.libs' \ + $ CFLAGS='-I\$(SRCDIR)/../pth-1.1b4 -DPTHREAD_EVERYWHERE -DNO_SERIALIZED_ACCEPT' \ + LDFLAGS='-L\$(SRCDIR)/../pth-1.1b4/.libs' \ LIBS="-lpthread" \ ./configure \ --with-layout=GNU \