pkgsrc/www/p5-Corona/DESCR
seb 8a60f230ea Initial import of p5-Net-Server-Coro version 0.8 in the NetBSD
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.
2010-04-24 08:02:16 +00:00

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.