diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-02-04 14:04:17 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-02-04 14:04:17 +0000 |
commit | ad119ee53c3241d98c752f3b8282c5b49e3a228e (patch) | |
tree | 033e9bd39980919d9fcdcd01d90dc191fc21b684 /www/Makefile | |
parent | a7d87b554817f36279cb8b3e4cd5ec09919f18dc (diff) |
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/
Notes
Notes:
svn path=/head/; revision=227616
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a2923688135d..c5fdd8124e0c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -940,6 +940,7 @@ SUBDIR += p5-Jifty SUBDIR += p5-Kwiki SUBDIR += p5-LWP-Authen-Wsse + SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests SUBDIR += p5-LWP-UserAgent-Determined SUBDIR += p5-LWP-UserAgent-WithCache SUBDIR += p5-LWPx-ParanoidAgent |