Hello,
 
    I am building a metasearch engine, that searches on different categories like, web search, mp3, videos etc. and each category contains more than 6 source engines.
    I am building this site on a linux server.
    When I give it a query to search some keywords the LWP::Parallel takes upto 4-5 seconds to get the results from the sources. and sometime it retrieves results a little bit faster. As I need to download the source simultaneously I am using this package.
 
    What should be the best way to do this thing?
    How can I speed up LWP::Parallel?
    Is there any other way to do this?
 
Regards
Irfan

Reply via email to