aboutsummaryrefslogtreecommitdiff
path: root/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr
blob: f30280f47991b461d783b93db700a39c9c5f2ba4 (plain) (blame)
1
2
3
4
5
6
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.