[ 
http://issues.apache.org/jira/browse/MODPYTHON-195?page=comments#action_12447679
 ] 
            
Jeff Robbins commented on MODPYTHON-195:
----------------------------------------


   [[ Old comment, sent from unregistered email on Tue, 24 Oct 2006 06:56:50 
-0400 ]]

I think the problem with a static is that the code gets called in the 
context of the parent process and the child process.   We need some way of 
knowing only to run in the context of the child process.   mpm_winnt.c uses 
AP_PARENT_PID as an environmental only visible to the child process so while 
it is risky in the sense of a dependency, it is how the code that apparently 
produces this problem by creating the windows-specific process architecture 
communicates with itself.



> Possible leaking of Win32 event handles when Apache restarted.
> --------------------------------------------------------------
>
>                 Key: MODPYTHON-195
>                 URL: http://issues.apache.org/jira/browse/MODPYTHON-195
>             Project: mod_python
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.2.10
>            Reporter: Graham Dumpleton
>
> Jeff Robins in:
>   
> http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200610.mbox/[EMAIL 
> PROTECTED]
> indicates a belief that when an Apache restart is performed on Windows that 
> there are a number of Win32 event handles leaked. His belief is that this 
> seems to be linked to mod_python.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to