cvs commit: apache-2.0/mpm/src/os/unix iol_socket.c

1999-08-13 Thread rse
rse 99/08/13 08:52:03 Modified:mpm/src/os/unix iol_socket.c Log: Hell, what a subtle problem which caused me four hours this afternoon to find. It's not exactly specified (even POSIX does it once this time and once this time) whether read() returns EWOULDBLOCK or EAGAIN.

cvs commit: apache-2.0/mpm/src/os/unix iol_socket.c

1999-06-28 Thread dgaudet
dgaudet 99/06/28 12:00:50 Modified:mpm/src/include ap_iol.h mpm/src/main iol_file.c mpm/src/os/unix iol_socket.c Log: - eliminate readv -- it's mostly useful with a full zero-copy setup - document the simple writev possible when system has no writev

cvs commit: apache-2.0/mpm/src/os/unix iol_socket.c iol_socket.h Makefile.tmpl

1999-06-24 Thread dgaudet
dgaudet 99/06/24 01:58:06 Modified:mpm/src/include ap_iol.h buff.h mpm/src/main Makefile.tmpl alloc.c buff.c mpm/src/modules/mpm/prefork prefork.c mpm/src/os/unix Makefile.tmpl Added: mpm/src/main iol_file.c