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.