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?