0

Possible Duplicate:
Connection pooling in PHP

I want to establish a connection to a webservice and it allows only 10 concurrent connections to the webservice url. I need to manage a pool of 10 objects in php which will request this webservice. How can I achieve this in PHP?

Community
  • 1
  • 1
Arif
  • 196
  • 2
  • 3
  • 9
  • I find it hard to believe that there are no tutorials out there on how to accomplish this. – Matt Aug 16 '12 at 19:58
  • @ExplosionPills that's not a suitable duplicate -- it deals exclusively with database connections (primarily in the context of mysql). – Frank Farmer Aug 16 '12 at 22:47

0 Answers0