NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
HTTP servers just wait (Score:1)
Reply to This
2 fold answer (Score:1)
2. MY HTTPD WILL HAVE A BANNER, albeit I might have to write a new HTTP protocol...
BTW, thanks so much for all the help on #poe a while ago, this is what encouraged me to write these short articles and helped me understand POE altogether!
Re: (Score:1)
The event is probably worth still having through, because once the connection is created, the server might need to do some internal accounting related to the connection. For example, firing off a new child process if we're getting close to running out of available children to handle connections (although in this case it's async so you wouldn't do that anyways).
But you get what I mean.
Re: (Score:1)