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

Kevin Schroeder's Blog: You want to do WHAT with PHP? Chapter 2

Mike Naberezny's Blog: Request/Response or Bust

Community News: MAMP - Mac, Apache, MySQL, and PHP Installer

PHPBuilder.com: Securing Data Sent Via GET Requests

Richard Davey's Blog: Interesting memory use with GD images


Community Events









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


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

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