The net server set of modules are very nice.
We use
Net::Server::Multiplex it to handle a thousand
or so active chat clients. The interface is quite nice.
Another nice package, is
Event::Lib. The use of
Kqueues/Epoll is nice to have when large numbers of clients
are connected.