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.
当我在 PHP7 中使用驱动程序MongoDB\Driver时,php 总是会创建很多与 mongo 的连接。而且我不能自己关闭连接,因为 MongoDB\Driver 没有 close() 方法。
如何禁用持久连接?或者如何配置?