cvs commit: apache-apr/pthreads/src/main acceptlock.c

1999-04-14 Thread manoj
manoj 99/04/13 23:26:12 Modified:pthreads/src/main acceptlock.c Log: Make USE_PTHREAD_SERIALIZED_ACCEPT functional. A few bugs are fixed, and mmap usage is optimized (I hope). Revision ChangesPath 1.4 +48 -44apache-apr/pthreads/src/main/acceptlock.c

cvs commit: apache-apr/pthreads/src/include ap_config.h

1999-04-14 Thread manoj
manoj 99/04/13 23:30:35 Modified:pthreads/src/include ap_config.h Log: Allow AIX versions that support cross-process pthread mutexes to use them for accept serialization. This should be applicable for apache 1.3, and since this #define is specified by POSIX, it should

cvs commit: apache-apr/apr/lib Makefile.in

1999-04-14 Thread coar
coar99/04/14 04:06:25 Modified:apr configure.in apr/lib Makefile.in Log: Correct usage of RANLIB to be a macro, and put OS/2 platform flag into the same format as the others. Revision ChangesPath 1.5 +1 -1

cvs commit: apache-1.3/htdocs/manual/mod mod_access.html

1999-04-14 Thread coar
coar99/04/14 04:19:22 Modified:htdocs/manual/mod mod_access.html Log: Add a note about 'no whitespace need apply.' PR: 4212 Revision ChangesPath 1.18 +2 -0 apache-1.3/htdocs/manual/mod/mod_access.html Index: mod_access.html

cvs commit: apache-apr/docs networkio.txt

1999-04-14 Thread rbb
rbb 99/04/14 07:02:08 Modified:docs networkio.txt Log: Update the send and recv functions. Revision ChangesPath 1.3 +12 -11apache-apr/docs/networkio.txt Index: networkio.txt ===

cvs commit: apache-apr/apr/network_io/unix sendrecv.c Makefile

1999-04-14 Thread rbb
rbb 99/04/14 07:03:58 Modified:apr/network_io/unix Makefile Added: apr/network_io/unix sendrecv.c Log: Add the apr_send and apr_recv functions, and the changes to the Makefile. Revision ChangesPath 1.2 +2 -1 apache-apr/apr/network_io/unix/Makefile

cvs commit: apache-apr/include apr_network_io.h

1999-04-14 Thread rbb
rbb 99/04/14 08:11:13 Modified:include apr_network_io.h Log: Added definition for apr_send and apr_recv. Revision ChangesPath 1.2 +3 -0 apache-apr/include/apr_network_io.h Index: apr_network_io.h

cvs commit: apache-apr/docs networkio.txt

1999-04-14 Thread rbb
rbb 99/04/14 08:13:41 Modified:docs networkio.txt Log: update to apr_send and apr_recv. Also, a small re-order because I am addressing the moved functions next. Revision ChangesPath 1.4 +43 -40apache-apr/docs/networkio.txt Index: networkio.txt

cvs commit: apache-apr/apr/network_io/unix sendrecv.c

1999-04-14 Thread rbb
rbb 99/04/14 08:14:03 Modified:apr/network_io/unix sendrecv.c Log: Small update to apr_send and apr_recv. Revision ChangesPath 1.2 +2 -2 apache-apr/apr/network_io/unix/sendrecv.c Index: sendrecv.c

cvs commit: apache-apr/docs networkio.txt

1999-04-14 Thread rbb
rbb 99/04/14 09:30:45 Modified:docs networkio.txt Log: Update for apr_setsockopt Revision ChangesPath 1.5 +10 -1 apache-apr/docs/networkio.txt Index: networkio.txt === RCS file:

cvs commit: apache-apr/apr/network_io/unix sockopt.c Makefile

1999-04-14 Thread rbb
rbb 99/04/14 09:38:24 Modified:apr/network_io/unix Makefile Added: apr/network_io/unix sockopt.c Log: First pass at setsockopt for apr. Revision ChangesPath 1.3 +2 -1 apache-apr/apr/network_io/unix/Makefile Index: Makefile

cvs commit: apache-apr/include apr_network_io.h

1999-04-14 Thread rbb
rbb 99/04/14 09:41:48 Modified:include apr_network_io.h Log: Chages for setsockopt. Revision ChangesPath 1.3 +10 -0 apache-apr/include/apr_network_io.h Index: apr_network_io.h === RCS

cvs commit: apache-apr/docs networkio.txt

1999-04-14 Thread rbb
rbb 99/04/14 12:18:16 Modified:docs networkio.txt Log: Update docs for select instead of poll. Revision ChangesPath 1.6 +35 -11apache-apr/docs/networkio.txt Index: networkio.txt ===

cvs commit: apache-apr/include apr_network_io.h

1999-04-14 Thread rbb
rbb 99/04/14 12:18:43 Modified:include apr_network_io.h Log: Added the necessary definitions and types for select. Revision ChangesPath 1.4 +8 -2 apache-apr/include/apr_network_io.h Index: apr_network_io.h

cvs commit: apache-apr/apr/network_io/unix networkio.h sockets.c

1999-04-14 Thread rbb
rbb 99/04/14 14:02:12 Modified:apr/network_io/unix networkio.h sockets.c Log: Added sockaddr to socket structure, to help make socket type complete for any function that may use them. Also added bind and listen calls. Revision ChangesPath 1.3 +2 -0

cvs commit: apache-apr/docs networkio.txt

1999-04-14 Thread rbb
rbb 99/04/14 14:03:04 Modified:docs networkio.txt Log: Updated network I/O docs. Revision ChangesPath 1.7 +17 -5 apache-apr/docs/networkio.txt Index: networkio.txt === RCS file:

cvs commit: apache-apr/pthreads/src/main http_accept.c http_core.c http_main.c

1999-04-14 Thread stoddard
stoddard99/04/14 14:03:38 Modified:pthreads/src/include http_accept.h httpd.h pthreads/src/main http_accept.c http_core.c http_main.c Log: New accept loop logic: All worker threads accept. a.k.a. multi accept Revision ChangesPath 1.2 +5 -3

cvs commit: apache-apr/pthreads/src/main http_accept.c http_main.c

1999-04-14 Thread manoj
manoj 99/04/14 14:38:30 Modified:pthreads/src/include http_accept.h pthreads/src/main http_accept.c http_main.c Log: Some tweaking of our http_accept modularization. A call is added to perform any initialization needed in the parent. With this, we can take all

cvs commit: apache-apr/pthreads/src/main acceptlock.c http_accept.c http_main.c

1999-04-14 Thread manoj
manoj 99/04/14 15:44:58 Modified:pthreads/src/include acceptlock.h http_accept.h pthreads/src/main acceptlock.c http_accept.c http_main.c Log: Cleanup and bug fixes. This patch removes the link between ap_acceptors_per_child and the number of listen fds, to