News Feed
Jobs Feed
Sections




News Archive
Maggie Nelson's Blog:
To persist or not to persist?
August 22, 2008 @ 11:18:12

On her blog, Objectively Oriented, Maggie Nelson looks at a topic she was debating for a new application - whether or not to use persistent connections to her database.

There's a connection already waiting for you. Yay, right? Well, with MySQL, connecting is actually really really cheap, and frankly, if you are using persistent connections, you might encounter some issues with Apache going zombie on processes that use a connection, effectively taking that connection out of use. Grrr.

She did some research on the topic but found contradicting evidence for both sides. Eventually, what her choice boiled down to was this possible issue mentioned by Jay Pipes (of MySQL):

If you use Apache, Apache can zombie a PHP process and cause the mysql connection to be held until the mysql server restarts...
0 comments voice your opinion now!
persistent connection database mysql choice


blog comments powered by Disqus

Similar Posts

Joakim Nygard's Blog: Timezones in MySQL and PHP

NorthClick Blog: Tips for creating a small but solid newsletter-system

Content with Style Blog: Zend Framework DB and Mysql pre 5.17

DevShed: Paginating Result Sets for a Search Engine Built with MySQL and PHP 5

DevShed: Database Security: Guarding Against SQL Injection


Community Events











Don't see your event here?
Let us know!


language api phpunit database composer introduction series opinion functional zendframework2 community code unittest framework development podcast interview release example testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework