Joined September 2012
·
Posted to
PDO Persistent Connection
over 1 year
ago
Note that this doesn't wroks if php run as CGI,
Persistent connections are only supported if you’re using PHP in the mod_php variety, and not the CGI wrapper.
Achievements
114 Karma
13,331 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
I recomand this article about circular references that explain why you need a garbage collector to be enable. http://www.alexatnet.com/articles/optimize-php-memory-usage-eliminate-circular-references
In real life it's needed for background batch operation that could run for hours for example .