Closed (won't fix)
Project:
OpenSearch Aggregator
Version:
4.7.x-1.x-dev
Component:
Other
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2006 at 20:33 UTC
Updated:
19 Mar 2009 at 15:56 UTC
if there were some way to run the queries in parallel we could give faster pages. might be out of scope for php alone. not sure.
Comments
Comment #1
aufumy commentedThere are likely other improvements that can be made to give faster pages, including the amount of data cached before thinking about parallel processes.
Comment #2
janusman commentedYou can open simultaneous non-blocking sockets with fsockopen(). For an example implementation see
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/millennium/...
in functions _millennium_nonblocking_http_request() and millennium_fetch_recordpage_preload().