Quantcast
Channel: Process feeds simultaneously - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Nolte for Process feeds simultaneously

You'll have to setup a results page that executes multiple simultaneous requests against the server via JavaScript. You can accomplish this with a simple AJAX request and then inject the returned data...

View Article



Answer by Sean Clark Hess for Process feeds simultaneously

I agree, people will forgive the caching far sooner than they will forgive a sluggish response time. Just recache every couple of minutes.

View Article

Answer by Pascal MARTIN for Process feeds simultaneously

If you are using curl to fetch the feeds, you could take a look at the function curl_multi_exec, which allows to do several HTTP requests in parallel.(The given example is too long to be copied...

View Article

Process feeds simultaneously

I am developing a vertical search engine. When a users searches for an item, our site loads numerous feeds from various markets. Unfortunately, it takes a long time to load, parse, and order the...

View Article
Browsing all 4 articles
Browse latest View live


Latest Images