>>>>> ""XUFENG"" == "XUFENG"  <xufeng...@sina.com> 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 suggestions.                  

There are a few dozen of these. :)

What kind of work are you planning on doing to compute the new URLs?
Do you imagine that you'll need to talk to database or do some heavy
CPU?

That'll help decide which of the many modules might suffice.

I mean, if you can afford a single-threaded server for which a queue is
managed by the operating system, a simple HTTP::Daemon-based solution will
work (and I've used that more than once).

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to