AW: [PATCH] Dynamic locking upcalls in mod_ssl

2008-08-15 Thread Plüm, Rüdiger, VF-Group
-Ursprüngliche Nachricht- Von: Sander Temme Gesendet: Freitag, 15. August 2008 07:04 An: dev@httpd.apache.org Betreff: [PATCH] Dynamic locking upcalls in mod_ssl Folks, The following patch against trunk adds dynamic locking callbacks to mod_ssl. OpenSSL uses these in

Re: [PATCH] Dynamic locking upcalls in mod_ssl

2008-08-15 Thread Sander Temme
On Aug 15, 2008, at 12:48 AM, Plüm, Rüdiger, VF-Group wrote: 1. Why creating a global pool for dynlockpool? Why can't this be a subpool of the pool passed to ssl_util_thread_setup? Because that's the pconf pool and gets cleared across the lifetime of some of the mutexes that OpenSSL

Re: Mpm maintenance thread hook

2008-08-15 Thread Jim Jagielski
On Aug 6, 2008, at 5:16 PM, Akins, Brian wrote: On 8/4/08 3:41 PM, Jim Jagielski [EMAIL PROTECTED] wrote: *grin* I've always wondered what usefulness ap_run_monitor(p) FWIW, we use the monitor hook all the time... The usefulness of being passed just a pool is what I was