-- 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
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
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
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