cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_pool_apr.c

2001-12-15 Thread costin
costin 01/12/15 09:27:43 Modified:jk/native2/server/apache2 jk_pool_apr.c Log: Removed debugging ( and changed the define to JK_APR_POOL_DEBUG to avoid name conflicts ). Revision ChangesPath 1.6 +11 -7 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_pool_apr.c

2001-12-04 Thread costin
costin 01/12/04 16:11:27 Added: jk/native2/server/apache2 jk_pool_apr.c Log: Initial implementation for the apr pool. This will allow use of native pools if apache is used ( or apr ). Non-apr code will work as before, using jk pools. Note that for Apache1.3 we also ha