| Jeff Robbins (JIRA) 2006-11-07, 1:12 am |
| [ http://issues.apache.org/jira/brows...action_12447680 ]
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...dscpl.com.au%3e
> 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.
|