http://www.perlmonks.org?node_id=1002876


in reply to Creating A Single Threaded Server with AnyEvent

Do you really need AnyEvent for a single threaded server? Why not just use IO::Select?

See the server and client in Re: Does IO::Select work? Solution


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Creating A Single Threaded Server with AnyEvent