Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Recommend an asynchronous HTTP server CPAN modules?

by CountZero (Bishop)
on Jun 06, 2020 at 08:09 UTC ( [id://11117751]=note: print w/replies, xml ) Need Help??


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
  • Comment on Re: Recommend an asynchronous HTTP server CPAN modules?

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11117751]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-18 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found