Re: ocsp stapling global mutex

2010-07-15 Thread Joe Orton
On Wed, Jul 14, 2010 at 10:33:43PM +0100, Dr Stephen Henson wrote: On 25/06/2010 08:10, Paul Querna wrote: I was playing with OCSP Stapling in 2.3.6-alpha tonight, and I noticed that in the common case path, we will always lock a global mutex. I don't see why this is needed for the cache

Re: ocsp stapling global mutex

2010-07-14 Thread Dr Stephen Henson
On 25/06/2010 08:10, Paul Querna wrote: Hi, I was playing with OCSP Stapling in 2.3.6-alpha tonight, and I noticed that in the common case path, we will always lock a global mutex. I don't see why this is needed for the cache hit case that uses non-SHM cache providers. In fact,

ocsp stapling global mutex

2010-06-25 Thread Paul Querna
Hi, I was playing with OCSP Stapling in 2.3.6-alpha tonight, and I noticed that in the common case path, we will always lock a global mutex. I don't see why this is needed for the cache hit case that uses non-SHM cache providers. In fact, modssl_dispatch_ocsp_request, which is called on a cache