Menu

#23 [PHP]Add connecting pool

open
nobody
None
5
2011-11-10
2011-11-10
Jira Trac
No

PHP driver will establish a new connect when you use cubrid_connect or cubrid_connect_with_url. But when we use the same parameters in the same request, we should use the connect already exist. PHP driver will establish a new connect in this situation. Establishing a connect is consumption of resources, so we add connecting pool to handle connections, that is, when you establish a connection use the same parameters that you have used before in the same request, it won't establish a new connect, but use the connect already existing in the connecting pool.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.