Easysoft ODBC-ODBC Bridge

Why doesn't PHP's max_persistent setting limit the total number of ODBC connections to my database?

Article:
00131
Last Reviewed:
10th January 2024
Revision:
2

Please see the question Why does phpinfo() display Active Persistent Links of 0/1 when I know there are more open connections to my database?

The max_persistent limit is a per HTTP server process. Setting max_persistent to 1 does not limit the total number of ODBC connections to 1. Eventually, all the HTTP server children will probably have 1 connection to the database.

Applies To

Knowledge Base Feedback

* Did this content help you?
* Please select one option based on your first choice:

(* Required Fields)