News Feed
Jobs Feed
Sections




News Archive
Andi Gutmans' Blog:
PHP and Database Connection Pooling
October 25, 2006 @ 15:05:00

Hot on the heels of this announcement, Andi Gutmans has posted some of his thoughts on this new functionality and how it can help companies both large and small (he mentions specifically Yahoo! of course).

In my experience, databases have had a long history of being the typical bottleneck in PHP applications. There are many reasons for that.

His reasons include the fact that web apps being heavily database driven, PHP developers would rather write PHP than SQL, and that there's a lack of good, cheap tools to help find these bottlenecks. What he focuses on most, though, is the overhead caused by the need for multi-process environments to force each process to manage their own connections to the databse.

He talks about some stats on average connections and application speed, about efforts IBM has made to help the situation, and how it's not necessarily just the server's fault for delegating out the database resources - why can't they all adapt?

0 comments voice your opinion now!
database connection pooling oracle ibm bottleneck connection manage database connection pooling oracle ibm bottleneck connection manage


blog comments powered by Disqus

Similar Posts

DevArticles: Creating the Front End of a Search Engine with AJAX

Derick Rethans' Blog: Scalar Type Hinting and DB Design Slides

NetTuts.com: PDO vs. MySQLi: Which Should You Use?

Developer.com: Creating a Custom ACL in PHP

Evolt.org: Failover Database Connection with PHP + mySQL


Community Events











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


unittest code application zendframework2 release phpunit functional opinion framework example development tool interview testing podcast introduction community conference series language

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