in reply to
Recommend an asynchronous HTTP server CPAN modules?
So one very simple and effective way was to use
AnyEvent::HTTPD
to asynrouncly handle requests, while spawning off workers with
AnyEvent::Proc
.
Comment on
Re: Recommend an asynchronous HTTP server CPAN modules?
In Section
Seekers of Perl Wisdom