re-post : duplicate sockets with mp2, apache2, linux

2007-09-20 Thread André Warnier
This is a repost of "duplicate sockets ? mod-perl 2.0.2, apache 2.2", because I still don't understand what's happening and can still not find the problem. I would be very grateful if anyone could help me, because I'm out of my wits. More information is currently accessible at http://ska.dev.w

Re: re-post : duplicate sockets with mp2, apache2, linux

2007-09-20 Thread Perrin Harkins
On 9/20/07, André Warnier <[EMAIL PROTECTED]> wrote: > Question 2 : the external server with whom I communicate is a piece of > code outside my control, and what it logs is a bit limited. > I would gladly try to provide a simplified example of what is happening, > but for that I would need another

Re: re-post : duplicate sockets with mp2, apache2, linux

2007-09-21 Thread André Warnier
Perrin Harkins wrote: [...] Also, have you tried running your code in the debugger to try to see when the second socket appears? Hee, no. This is an Apache2 PerlAuthenHandler. How do I run that under the debugger ? (I am not at all familiar with the debugger per se, so if this is a big setu

Re: re-post : duplicate sockets with mp2, apache2, linux

2007-09-21 Thread Perrin Harkins
On 9/21/07, André Warnier <[EMAIL PROTECTED]> wrote: > This is an Apache2 PerlAuthenHandler. How do I run that under > the debugger ? http://www.perl.com/pub/a/2006/02/09/debug_mod_perl.html And if you haven't read it before: http://modperlbook.org/html/part4.html > (I am not at all familiar wit

Re: re-post : duplicate sockets with mp2, apache2, linux

2007-09-22 Thread André Warnier
-- solved -- My thanks, but also my deepest apologies to anyone who bothered spending time considering this post and its predecessor. There is no voodoo and no problem with duplicate sockets or connections, at least not in Apache2 or mod_perl2. The problem was not in the code of my PerlAuth