You are missing all the TSRM stuff.  Look through TSRM/TSRM.h

-Rasmus

On Wed, 10 Apr 2002, Aaron Bannert wrote:

> I'm working with the apache2filter against Apache 2.0.35 and I want to
> figure out how to ensure thread safety. It seems to me that much of the
> request data is set up in the SG(request_info), which appears to be a
> global variable. Please correct me if I'm wrong (I'm hoping I'm wrong
> here and it's threadsafe already :).
>
> OTOH, I see that the nsapi.c implementation isn't using any
> obvious mutexes, but it is using the SG(request_info) in the same
> way. What am I missing?
>
> -aaron
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to