Skip Menu |

This queue is for tickets about the Pod-POM-Web CPAN distribution.

Report information
The Basics
Id: 26530
Status: resolved
Priority: 0/
Queue: Pod-POM-Web

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



Subject: [PATCH] Standalone mode problems with restart and keep-alive
The standalone server has problems re-acquiring the port on restart on *BSD (including Mac). Also, the single-threaded server waits on a keep-alive to the exclusion of other incoming connections. This latter problem plagues Firefox on the first hit, since FF tries to use more than one connection to speed the first frame response. So, FF asks for /toc and /perlintro at the same time and then hangs on /perlintro waiting for the /toc connection's Keep-Alive timeout. Thirdly, this patch changes the "$ARGV[0]" to "shift" in sub server.
Subject: patch2
Download patch2
application/octet-stream 843b

Message body not shown because it is not plain text.

Patch applied in 1.02, thanks