8a60f230ea
Packages Collection. The Perl 5 module Net::Server::Coro implements multithreaded server for the Net::Server architecture, using Coro and Coro::Socket to make all reads and writes non-blocking. Additionally, it supports non-blocking SSL negotiation.
3 lines
195 B
Text
3 lines
195 B
Text
The Perl 5 module Corona is a Coro based Plack web server. It uses
|
|
Net::Server::Coro under the hood, which means we have coroutines
|
|
(threads) for each socket, active connections and a main loop.
|