ldodds / pho-reconcile

Implementation of Gridworks reconciliation API
http://ldodds.com/gridworks/
7 stars 0 forks source link

Parallelise requests for multi item queries #11

Closed ldodds closed 14 years ago

ldodds commented 14 years ago

For a multi item query, requests to the Platform API are made in series. This adds to the overall response time.

Typhoeus (http://github.com/pauldix/typhoeus) could be used to make the requests in parallel, thereby improving response times for large batches of reconciliation requests.

ldodds commented 14 years ago

This is now implemented in 0.0.4