http://qs321.pair.com?node_id=11117751


in reply to Recommend an asynchronous HTTP server CPAN modules?

If you are not adverse to web-frameworks, such as Mojolicious, then Mojo::Server::Prefork may be of interest. The engine doing the work is Mojo::Server::Daemon which is a non-blocking HTTP server.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics

Replies are listed 'Best First'.
Re^2: Recommend an asynchronous HTTP server CPAN modules?
by sectokia (Pilgrim) on Jun 06, 2020 at 09:26 UTC
    It is a shame that pre-fork does not work on Windows.