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

2009-07-06 Thread Randal L. Schwartz
> ""XUFENG"" == "XUFENG" writes: "XUFENG"> Hi, "XUFENG"> I plan to implement a threading or forking http server to receive client request,after handling the requested url,it gives out new urls. "XUFENG"> What is the better module to use? "XUFENG"> Thank you for any suggest

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

2009-07-06 Thread Jeff Pang
2009/7/6 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? A perl module or httpd module? for perl module, could use CGI.pm and look for redi

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 unsubsc