On Wed, Jul 15, 2009 at 10:38 AM, XUFENG<xufeng...@sina.com> wrote: > Hi all, > I use IO::Socket::INET to program server-client communication.When trying to > serve some concurrency,I have some options: > 1, multi-threading > 2, one daemon process with IO::Epoll > which is better?
Nothing is absolute better or worse, depends on your application. But many people said Perl's threads is not stable enough. Jenn. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/