Re: two mod_python leaks

2006-10-19 Thread Graham Dumpleton
Comments below. On 19/10/2006, at 8:55 PM, Graham Dumpleton wrote: For such issues, by all means just send the email direct to the mailing list. I have copied this back onto the list and I'll do some research into what you describe. BTW, I don't use Windows, but there are others on the

Re: two mod_python leaks

2006-10-19 Thread Jeff Robbins
Yes regarding placement of PyThreadState_Clear...sorry about that. I rebuilt and ran my simple test and it shows no leaks. static void release_interpreter(void) { PyThreadState *tstate = PyThreadState_Get(); // JSR PyThreadState_Clear(tstate); #ifdef WITH_THREAD PyEval_ReleaseThread(tstate);

[jira] Resolved: (MODPYTHON-53) Show link for subversion and JIRA on www.mod_python website

2006-10-19 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-53?page=all ] Jim Gallacher resolved MODPYTHON-53. Resolution: Fixed Show link for subversion and JIRA on www.mod_python website ---

Re: Status of mod_python 3.3.

2006-10-19 Thread Jim Gallacher
Graham Dumpleton wrote: On JIRA, the following issues are still marked as incomplete for mod_python version 3.3. I have noted my own comments about where they are up to and what I think still needs to be done. MODPYTHON-93 Improve util.FieldStorage efficiency. This was actually marked as

Re: Status of mod_python 3.3.

2006-10-19 Thread Jim Gallacher
Graham Dumpleton wrote: Jim Gallacher wrote .. Graham Dumpleton wrote: On JIRA, the following issues are still marked as incomplete for mod_python version 3.3. I have noted my own comments about where they are up to and what I think still needs to be done. MODPYTHON-93 Improve

Re: mod_proxy_ajp and ssl

2006-10-19 Thread Jean-frederic Clere
fredk2 wrote: Hi: I have a rhetorical question for the developers of mod_proxy_ajp (and mod_jk). Assuming the tomcat ajp connector was able to accept ssl connections - if the apache httpd server and tomcat are on separate machines and you needed to secure the connection with ssl, would you

Using util_ldap to retrieve attributes on a DC

2006-10-19 Thread Joe Lewis
I've been reviewing the archives looking for information on using util_ldap to retrieve attributes from an object out of an LDAP connection. However, I haven't really seen any postings on it in there, and thought I'd try and propose the question to the list. First, a little background. I

Re: Status of mod_python 3.3.

2006-10-19 Thread Graham Dumpleton
Jim Gallacher wrote .. Graham Dumpleton wrote: On JIRA, the following issues are still marked as incomplete for mod_python version 3.3. I have noted my own comments about where they are up to and what I think still needs to be done. MODPYTHON-93 Improve util.FieldStorage efficiency.

Re: mod_proxy_ajp and ssl

2006-10-19 Thread Henri Gomez
better use ssh tunneling on a actual working configuration Apache 2.x and ajp (non ssl) 2006/10/19, Jean-frederic Clere [EMAIL PROTECTED]: fredk2 wrote: Hi: I have a rhetorical question for the developers of mod_proxy_ajp (and mod_jk). Assuming the tomcat ajp connector was able to accept ssl

Re: raise POST_MAX after instantiation

2006-10-19 Thread Jonathan
On Oct 19, 2006, at 4:18 AM, Philip M. Gollucci wrote:http://www.mail-archive.com/apreq-dev@httpd.apache.org/msg00716.htmlDoes that help ?unfortunately not... all those approaches give me the 'Conflicting Information' message that everything else i tried didI think the issue is entirely because I