Re: mod_perl2 DBI handle freshining problem solved "once and for all"...

2006-02-02 Thread michael . peppler
> > > For this purpose, "connected" and "pingable" are the same thing. > > > > Yes and no. If you can't ping the server, but the TCP socket is > > still open, that means you essentially have this TCP connection to the > > server that's not being used, in an open state, for the rest of the lifet

[mp2] CGI.pm patch

2003-12-12 Thread Michael Peppler
! $len -= $read; ! $query_string .= $data if $read > 0; !} ! } # Some people want to have their cake and eat it too! # Uncomment this line to have the contents of the query string # APPENDED to the POST data. Michael -- Michael Peppler