News Feed
Jobs Feed
Sections




News Archive
Shay Ben Moshe's Blog:
PDO Persistent Connection Analysis
June 28, 2011 @ 08:11:15

Shay Ben Moshe has a new post to his blog today looking at some of the benefits that using the persistent connections offered in PDO can have on your application.

PDO is an abstraction layer for database connections in PHP, and it became increasingly popular in the past few years. PDO gives us the option to use a persistent connection. If we don't use this option, a new connection is created for each request. If we do use this option, the connection is not closed at the end of the script, and it is then re-used by other script requests.

He shares the setup for his testing (hardware and MySQL configuration) and some of the results from his tests using the Apache ab tool for making web requests against an application. You'll need to download the archived file to see the results, though. It also includes the files he used to test with, comparing regular connections to the persistent ones.

0 comments voice your opinion now!
pdo persistent connection benchmark apache ab request


blog comments powered by Disqus

Similar Posts

Wez Furlong\'s Blog: PDO MySQL slides from MySQLUC 2006

Informit.com: Alternatives to LAMP

David Coallier's Blog: Zend_Db Without PDO part #3 (SVN Repository)?

Internet Super Hero Blog: PDO_MYSQLND Updates

John Cox\'s Blog: IIS / Apache $_SERVER Comparison (cheatsheet)


Community Events









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


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

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