News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
MySQL Performance Blog:
Are PHP persistent connections evil ?
November 14, 2006 @ 09:03:00

The MySQL Performance Blog takes a look today at a more PHP-related topic - persistent connections in PHP and whether or not they are the devil (well, okay, so maybe not quest that bad - just a little evil).

The reason behind using persistent connections is of course reducing number of connects which are rather expensive, even though they are much faster with MySQL than with most other databases.

They go on to talk about:

  • issues with the number of active connections that could come up
  • the use of too many connections at once
  • why persistent connections are disabled in the new mysqli extension
Their conclusion? Persistent connections are not evil. In fact, they're very good, when used in the right context and for the right kinds of queries. There's also a small push for an even newer MySQL driver for PHP by the MySQL team - the "mysqlnd" driver.

0 comments voice your opinion now!
mysql persistent connections evil active disabled mysqli mysqlnd mysql persistent connections evil active disabled mysqli mysqlnd



Similar Posts

Prism-Perfect.net: PHP Tag Cloud Tutorial

DevShed: Working with MySQL Result Sets and the Decorator Pattern in PHP

Alex Netkachov's Blog: Jamp! is Updated

HowTo Forge: Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2008.0

Hasin Hayder's Blog: Prelude to foundation: Its time to go for a better PHP Framework


Community Events







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


mysql PEAR zend security book releases conference job application developer database release package cakephp framework example code zendframework PHP5 ajax

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