K 10 svn:author V 7 glarkin K 8 svn:date V 27 2009-02-04T14:04:17.000000Z K 7 svn:log V 456 LWP::UserAgent is the default module for issuing HTTP requests from Perl. It has a keep_alive setting which by default allows unlimited requests to the same server. Some servers will disconnect you after a limited number of requests (in Apache 2 this is achieved with the MaxKeepAliveRequests directive). This module allows you to limit the maximum number of keep alive requests to a server. WWW: http://search.cpan.org/dist/LWP-UserAgent-Determined/ END