mod_jk 1.2.5 test source distribution

2003-07-26 Thread Glenn Nielsen
I have merged in Henri's latest changes to mod_jk 1.2. I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz Please build and test binaries for different OS and web servers. I will cal

Re: mod_jk 1.2.5 test source distribution

2003-07-26 Thread Glenn Nielsen
Joseph Shraibman wrote: Glenn Nielsen wrote: The thread safe bug found in jk_resolve.c has been fixed. I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz BTW That files doesn't h

Re: mod_jk 1.2.5 test source distribution

2003-07-26 Thread Glenn Nielsen
There is a CHANGES.txt file in the jk/native directory. Regards, Glenn Joseph Shraibman wrote: How come jk doesn't have a CHANGES or HISTORY file? Glenn Nielsen wrote: The thread safe bug found in jk_resolve.c has been fixed. I have generated another mod_jk 1.2.5 test source distributio

Re: mod_jk 1.2.5 test source distribution

2003-07-25 Thread Joseph Shraibman
Glenn Nielsen wrote: The thread safe bug found in jk_resolve.c has been fixed. I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz BTW That files doesn't have a configure, I had to gen

Re: mod_jk 1.2.5 test source distribution

2003-07-25 Thread Joseph Shraibman
How come jk doesn't have a CHANGES or HISTORY file? Glenn Nielsen wrote: The thread safe bug found in jk_resolve.c has been fixed. I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.t

mod_jk 1.2.5 test source distribution

2003-07-24 Thread Glenn Nielsen
The thread safe bug found in jk_resolve.c has been fixed. I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz Please build and test binaries for different OS and web servers. I will call

Re: mod_jk 1.2.5 test source distribution

2003-07-24 Thread Glenn Nielsen
Henri Gomez wrote: Henri Gomez a écrit : So the idea will be to use APR implementation when we detect that APR is available (configure should be updated accordingly). And under Apache 2.0, APR is allways available ! Apache 1.3 use fork mode under Unix, so no thread problem. For Windows I wond

Re: mod_jk 1.2.5 test source distribution

2003-07-24 Thread Henri Gomez
Henri Gomez a écrit : So the idea will be to use APR implementation when we detect that APR is available (configure should be updated accordingly). And under Apache 2.0, APR is allways available ! Apache 1.3 use fork mode under Unix, so no thread problem. For Windows I wonder what happen, may

Re: mod_jk 1.2.5 test source distribution

2003-07-23 Thread Henri Gomez
So the idea will be to use APR implementation when we detect that APR is available (configure should be updated accordingly). And under Apache 2.0, APR is allways available ! Apache 1.3 use fork mode under Unix, so no thread problem. For Windows I wonder what happen, may be the implementation

Re: mod_jk 1.2.5 test source distribution

2003-07-23 Thread Henri Gomez
Glenn Nielsen a écrit : Henri Gomez wrote: When you build mod_jk for apache 2 _REENTRANT will be defined if it is needed by apache. A simple #ifdef will work. I already did this but when I tested it caused other problems. I haven't had a chance yet to go back and fully test and debug this chang

Re: mod_jk 1.2.5 test source distribution

2003-07-23 Thread Glenn Nielsen
Henri Gomez wrote: When you build mod_jk for apache 2 _REENTRANT will be defined if it is needed by apache. A simple #ifdef will work. I already did this but when I tested it caused other problems. I haven't had a chance yet to go back and fully test and debug this change. I'll get to it this we

Re: mod_jk 1.2.5 test source distribution

2003-07-23 Thread Henri Gomez
When you build mod_jk for apache 2 _REENTRANT will be defined if it is needed by apache. A simple #ifdef will work. I already did this but when I tested it caused other problems. I haven't had a chance yet to go back and fully test and debug this change. I'll get to it this week. Or maybe we sh

Re: mod_jk 1.2.5 test source distribution

2003-07-23 Thread Glenn Nielsen
Henri Gomez wrote: Glenn Nielsen a écrit : It isn't quite that easy. On Solaris the args for gethostbyname_r are different than on the AS400. Arg, you're right, same thing on Linux may be the configure task should get some discover code from apr (cf apr_network.m4 from APR). When you build

Re: mod_jk 1.2.5 test source distribution

2003-07-23 Thread Henri Gomez
Glenn Nielsen a écrit : It isn't quite that easy. On Solaris the args for gethostbyname_r are different than on the AS400. Arg, you're right, same thing on Linux may be the configure task should get some discover code from apr (cf apr_network.m4 from APR). Or maybe we should delegate it to

Re: mod_jk 1.2.5 test source distribution

2003-07-22 Thread Glenn Nielsen
It isn't quite that easy. On Solaris the args for gethostbyname_r are different than on the AS400. I'll get it patched in the next day or so. Glenn Henri Gomez wrote: Glenn Nielsen a écrit : I have found another thread safe bug when running mod_jk 1.2 with Apache 2 and the worker (threaded) MP

Re: mod_jk 1.2.5 test source distribution

2003-07-22 Thread Henri Gomez
Glenn Nielsen a écrit : I have found another thread safe bug when running mod_jk 1.2 with Apache 2 and the worker (threaded) MPM. This one is due to not using the reentrant version of gethostbyname(). I have only seen the problem on multiple CPU Sun servers. I will be working on fixing this and

Re: mod_jk 1.2.5 test source distribution

2003-07-22 Thread Glenn Nielsen
release once I have it committed. Regards, Glenn Henri Gomez wrote: Glenn Nielsen a écrit : I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz Please build and test binaries for different

Re: mod_jk 1.2.5 test source distribution

2003-07-18 Thread Henri Gomez
Glenn Nielsen a écrit : I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz Please build and test binaries for different OS and web servers. I will call for a release vote for mod_jk 1.2.5

mod_jk 1.2.5 test source distribution

2003-07-18 Thread Glenn Nielsen
I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz Please build and test binaries for different OS and web servers. I will call for a release vote for mod_jk 1.2.5 one week from today