News Feed
Jobs Feed
Sections




News Archive
Benjamin Eberlei's Blog:
Testing Database Locks with PHPUnit and Gearman
May 04, 2010 @ 09:10:51

Benjamin Eberlei has a new post today about how you can use PHPUnit tests to ensure that database locking is working like it should. With the help of Gearman he shows you how to use some locking tests for Doctrine setups to ensure rows locked for a specific amount of time are staying that way.

Since PHP does not support process forking or threads naturally you run into a serious problem. How do you execute two database queries in parallel and verify that indeed one query is locking read access for the second one? [...] Solving this problem with Gearman provides a pretty nice "real-world" example for the Job-Server that I wanted to share.

He includes the code to make a sample "agent" to run a transaction and lock a certain set of information. On the other side, there's the worker method that loops to find the locked items until they disappear. The PHPUnit tests case combines these in a "testLockIsAcquired" with a handler for the completed test.

1 comment voice your opinion now!
phpunit unittest database lock tutorial gearman


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso: Handling several PDO Database connections in Symfony2 through the DIC in PHP

Courtney Robinson's Blog: Apache Cassandra+PHPcassa+Code Igniter = large scale PHP app in 5 minutes

The Bakery: Checking for duplicate records (unique record)

Rob Allen's Blog: Using your own View object with Zend_Application

NETTUTS.com: How to Dynamically Create Thumbnails


Community Events











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


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

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