Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: PHP 中的连接池
我想建立一个到 web 服务的连接,它只允许 10 个到 web 服务 url 的并发连接。我需要在 php 中管理一个包含 10 个对象的池,这些对象将请求这个 web 服务。我怎样才能在 PHP 中实现这一点?