betterCode() PHP 2025

Voting

: min(two, eight)?
(Example: nine)

The Note You're Voting On

etsysx dot i dot hate dot spam at teleline dot es
23 years ago
To setup a high availability server with apache as a static module and postgreSQL, change httpd.conf and set MaxClients to less than max postgreSQL simultaneous connections (like 32 or 64).
This way pg_pconnect will allways return a valid handle under heavy traffic or under a request flow attack without wasting resources and without connection problems.

<< Back to user notes page

To Top