Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 82573
Status: resolved
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: chip [...] pobox.com
Cc:
AdminCc:

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



Subject: Alllow serialization "none"
Modern kernels do not require accept() to be serialized, even when preforking. But Net::Server::Prefork forces serialization anyway. Please allow a final else clause in the accept method that just returns SUPER::accept directly.
Added in 2.007 which was just uploaded. Note that it won't be available in multi-port servers since they lead with a can_read before the accept. But for single port servers yes, this is the original behavior (back in the very first few releases of Net::Server in 2001).