You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2001/10/20 06:44:53 UTC

Just me? or is rewrite broke?

mod_rewrite.c:182
    /* the cache */
static cache *cachep;

looks very, very evil on a threaded architecture.


Re: Just me? or is rewrite broke?

Posted by Brian Pane <bp...@pacbell.net>.
William A. Rowe, Jr. wrote:

>mod_rewrite.c:182
>    /* the cache */
>static cache *cachep;
>
>looks very, very evil on a threaded architecture.
>

It definitely looks broken.  Here's a patch to add a lock...
not the most scalable approach, but it's the quickest solution
I can think of.

--Brian