questions on Apache2::Connection

2008-10-11 Thread André Warnier
Hi gurus. Do I understand this correctly that if in a Perl Handler i get my $c = $r->connection(); then $c is the object that represents the persistent TCP/IP connection between the browser and the server, in case there is "keep-alive" going on ? Now lets say that I create an authentication me

Re: questions on Apache2::Connection

2008-10-11 Thread Adam Prime
André Warnier wrote: Hi gurus. Do I understand this correctly that if in a Perl Handler i get my $c = $r->connection(); then $c is the object that represents the persistent TCP/IP connection between the browser and the server, in case there is "keep-alive" going on ? > Now lets say that I cre

Re: questions on Apache2::Connection

2008-10-11 Thread Torsten Foertsch
On Sat 11 Oct 2008, André Warnier wrote: > Do I understand this correctly that if in a Perl Handler i get > my $c = $r->connection(); > then $c is the object that represents the persistent TCP/IP > connection between the browser and the server, in case there is > "keep-alive" going on ? > > Now let