Re: mod_jk --enable-prefork

2007-09-11 Thread fredk2
ead synchronization. >>> >>>> The question I have: if the Apache httpd v2.2 is prefork and the mod_jk >>>> is >>>> compiled "default threaded", are there any potential instabilities? (on >>>> Solaris and Linux) >>> No, not

Re: mod_jk --enable-prefork

2007-09-11 Thread Rainer Jung
Hi Fred, mostly yes, but you could write modules, that break this assumption. An indication is mod_cgi, which exists as mod_cgi and mod_cgid. Another hint into this direction is, that httpd doesn't provide a clean way of exchanging MPMs after compilation. In general it is better to compile t

Re: mod_jk --enable-prefork

2007-09-10 Thread fredk2
was > building thread safe for a long time. We use pthread mutexes and no > problems have been reported with those. > >> Many thanks - Fred > > Regards, > > Rainer > >

Re: mod_jk --enable-prefork

2007-09-10 Thread Rainer Jung
fredk2 wrote: Hi, The documentation for mod_jk (eg. version 1.2.25) about --enable-prefork says: "In case you build mod_jk for a multi-threaded Apache httpd 2.0/2.2 MPM (Multi-Processing Module), some areas of mod_jk code need to be synchronized to make it thread-safe. Because configure can

mod_jk --enable-prefork

2007-09-10 Thread fredk2
x) Many thanks - Fred -- View this message in context: http://www.nabble.com/mod_jk---enable-prefork-tf4417291.html#a12599440 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tom