News Feed
Jobs Feed
Sections




News Archive
Daniel Jensen's Blog:
Database gearman worker in PHP example
August 16, 2010 @ 14:51:25

Daniel Jensen has a new post about using Gearman to do some simple database inserts asynchronously.

If you need to do a lot of inserts in your DB with a certain line of order they should be carried out in or with a clean-up script following after the inserts and you don't have to wait for a reply from MySQL, the answer to that problem might be this worker written in PHP for Gearman as an interface for your DB. A MySQL crash or a worker crash will have no impact on your inserts because they will just stay in the Gearman queue until the system is running again.

He includes a code snippet showing a sample database Gearman worker written in PHP to run simple database queries. His example uses a simple database connection (a basic wrapper around a mysql_query) and the line of code to run the worker.

0 comments voice your opinion now!
database gearman asynchronous example


blog comments powered by Disqus

Similar Posts

Sephiroth.it: Backup your batabases w/o phpmyadmin

Community News: Latest Releases from PHPClasses.org

Community News: Latest PECL Releases for 10.02.2012

David Goodwin's Blog: Using SOAP and XmlRpc with PHP5 (a newbies findings)

Community News: Latest PECL Releases for 11.06.2012


Community Events











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


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

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