in reply to Re: Chat server impossible with Perl?
in thread Chat server impossible with Perl?

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.
  • Comment on Re^2: Chat server impossible with Perl?