News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Database connection pooling with PHP and React (node.php)
May 21, 2012 @ 10:19:44

In this latest post Gonzalo Ayuso his recent experiences with <1 href="http://nodephp.org/">React (Node.js in PHP) and an example of how he worked up a script to pool database connections.

Last saturday I meet a new hype: "React" also known as "node.php". Basically it's the same idea than node.js but built with PHP instead of javascript. [...] Basically I want to create a database connection pooling. It's one of the things that I miss in PHP. I wrote a post here some time ago with this idea with one exotic experiment building one connection pooling using gearman. Today the idea is the same but now with React.

He includes the sample script, also including the line to add to your composer.json file to install React and the SQL to create the sample tables. The script makes a PDO connection and assigns it to the pool, an instance of his "CPool" class. If you want to try it out, you can find the code over on github.

0 comments voice your opinion now!
react nodejs nodephp database connection pool


blog comments powered by Disqus

Similar Posts

Jay Allen's Blog: Adminer | The World's Smallest MySQL Admin Script

Carl Vuorinen: Controller testing with database fixtures in Zend Framework

Jani Hartikainen's Blog: Food for thought: utilizing models in MVC

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

PHPMaster.com: Bulletproofing Database Interactions with PHPUnit's Database Extension


Community Events











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


database language zendframework2 symfony2 testing conference phpunit functional interview introduction rest podcast release usergroup series opinion development unittest community framework

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