Re: MODPYTHON-195

2006-11-09 Thread David Fraser
leak in mpm_winnt.c. I'm reporting it on jira. Am I the only guy using apache on windows??? - Original Message - From: "Jeff Robbins" <[EMAIL PROTECTED]> To: "Graham Dumpleton" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, November 08, 2006 06:07 Subje

Re: MODPYTHON-195

2006-11-08 Thread Jeff Robbins
ROTECTED]> To: "Graham Dumpleton" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, November 08, 2006 06:07 Subject: Re: MODPYTHON-195 Graham, You placed the fix in a better spot than I did. I had placed it after the apr_pool_userdata stuff due to not understanding what that was all ab

Re: MODPYTHON-195

2006-11-08 Thread Jeff Robbins
comment is good, too. I will test your version and confirm. Thanks! Jeff - Original Message - From: "Graham Dumpleton" <[EMAIL PROTECTED]> To: "Jeff Robbins" <[EMAIL PROTECTED]> Cc: "python-dev list" Sent: Wednesday, November 08, 2006 05:38 Subjec

Re: MODPYTHON-195

2006-11-07 Thread Jeff Robbins
To: "Jeff Robbins" <[EMAIL PROTECTED]> Cc: "python-dev list" Sent: Tuesday, November 07, 2006 06:02 Subject: Re: MODPYTHON-195 On 04/11/2006, at 12:34 PM, Jeff Robbins wrote: Graham, I haven't had any new ideas about this problem. It is clear that on Windows, m

Re: MODPYTHON-195

2006-11-07 Thread Jeff Robbins
To: "Jeff Robbins" <[EMAIL PROTECTED]> Cc: "python-dev list" Sent: Tuesday, November 07, 2006 06:02 Subject: Re: MODPYTHON-195 On 04/11/2006, at 12:34 PM, Jeff Robbins wrote: Graham, I haven't had any new ideas about this problem. It is clear that on Windows, m

Re: MODPYTHON-195

2006-11-07 Thread Graham Dumpleton
On 04/11/2006, at 12:34 PM, Jeff Robbins wrote: Graham, I haven't had any new ideas about this problem. It is clear that on Windows, mod_python is initialized both in a parent process and more usefully in the child process that spins up the threads that service client requests. The par