Apache-HTTunnel

 view release on metacpan or  search on metacpan

lib/Apache/HTTunnel.pod  view on Meta::CPAN


=item HTTunnelMaxConnectTimeout

When a client sends a connection request, it may specify a timeout
value for the connection. In order to prevent blocking in the Apache child
in cases when the connection blocks, this directive limits the 
connection timeout that may be specified by the client.

  Ex: HTTunnelMaxConnectTimeout 10

The default value is 15 seconds. It is best to keep the value relatively
low to prevent blocking in the Apache child.

=item HTTunnelMaxReadTimeout

C<HTTunnel::Client> needs to poll to check if there is some data to be 
read from the remote socket. In order to not be troubled by proxies or 
other intermediaries that may terminate long lasting connections 
prematurely, C<Apache::HTTunnel> will purposely time-out read requests 
that take longer than HTTunnelReadTimeout seconds. A special response 
is sent to the client telling it to retry the read request.

  Ex: HTTunnelMaxReadTimeout    10

The default value is 15 seconds. It is best to keep the value relatively
low to prevent blocking in the Apache child.

=item HTTunnelMaxReadLength

The maximum number of bytes that a client may request for a read.

  Ex: HTTunnelMaxReadLength     16384

The default value is 131072 bytes.



( run in 1.220 second using v1.01-cache-2.11-cpan-4e96b696675 )