在php中连接池以调用webservice

时间:2012-08-16 19:57:08

标签: php multithreading web-services mutex connection-pooling

  

可能重复:
  Connection pooling in PHP

我想建立与webservice的连接,它只允许10个并发连接到webservice url。我需要在php中管理一个包含10个对象的池,它将请求这个web服务。我怎样才能在PHP中实现这一点?

0 个答案:

没有答案