in reply to iPBX, SOAP and VoIP

Searching for keepalive on the SOAP::Lite manpage, I found:
$PATCH_HTTP_KEEPALIVE

SOAP::Lite's HTTP Transport module attempts to provide a simple patch to LWP::Protocol to enable HTTP Keep Alive. By default, this patch is turned off, if however you would like to turn on the experimental patch change the constant like so:

  $SOAP::Constants::PATCH_HTTP_KEEPALIVE = 1;

Replies are listed 'Best First'.
Re: Re: iPBX, SOAP and VoIP
by l3nz (Friar) on Mar 19, 2004 at 17:45 UTC
    Thank you. I missed this one completely.... :-)