On Monday 26 September 2011, Michael Tautschnig wrote:
> > Apache HTTPD has a bugzilla database at http://issues.apache.org/
> > It's more than a little chaotic, not least because it's
> > completely public and real bugs and enhancement requests are
> > mixed with user problems that have nothing to do with us.  But
> > there are certainly some concurrency-related issues in there if
> > you look.
> >
> > 
> 
> Thank you very much for the pointer, we'll take a look at this
> database. The main hope associated with my prior email was that
> someone would know of such issues off the top of their head. If
> anybody does: please let us know.

Due to the way httpd uses memory pools (which imply the data being 
owned by the current thread), such race conditions are probably very 
rare in most parts of httpd. The only likely candidates are the MPM 
modules. But the APR library is more likely to have such issues.

Both MPMs and APR had bugs due to data races in the past (look at the 
commit logs), but I don't know if any of those are related to cache-
consistency.

Cheers,
Stefan

Reply via email to