Voting

: min(one, five)?
(Example: nine)

The Note You're Voting On

jean_christian at myrealbox dot com
20 years ago
If anyone ever wonders why the number of idle db process (open connections) seems to grow even though you are using persistent connections, here's why:

"You are probably using a multi-process web server such as Apache. Since
database connections cannot be shared among different processes a new
one is created if the request happen to come to a different web server
child process."

<< Back to user notes page

To Top