how to choose multiplexing methods in perl

2009-07-14 Thread XUFENG
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? -- XUFENG 2009-07-15 -- To

Is there a well-written threading TCP server module for perl?

2009-07-08 Thread XUFENG
hi all, Is there a well-written threading TCP server module for perl? I want a module that manages threading itself and utilize Posix Threading for performance. -- XUFENG 2009-07-09 -- To unsubscribe, e-mail: beginners-unsubscr

how to choose a threading or forking http server module from CPAN

2009-07-06 Thread XUFENG
Hi, I plan to implement a threading or forking http server to receive client request,after handling the requested url,it gives out new urls. What is the better module to use? Thank you for any suggestions. -- XUFENG 2009-07-06 -- To