
libo
Novice
Apr 26, 2002, 10:45 AM
Post #1 of 1
(1165 views)
|
A tough question on lwp::parallel:useragent
|
Can't Post
|
|
I am writing a code for my website to search multi-site and fetch and compare the prices of them. I am using LWP::parallel::useragent to submit the search for the prices to multi-site simultaneously. The code did well. My question is how I can real-time show the results to client. For example, I fetch three sites A, B, C at the same time, and A site give the response first, I need to show to visitor the result from A instantly, while waiting the results from B, C. It seems like this project can't be done by LWP:parallel::useragent. I think it maybe involves with very tuned, low level Perl program. I really appreciate if any guru can give me some hints or suggest some modules that can implement it. Thanks.
|