News Feed
Jobs Feed
Sections




News Archive
PHPWomen.org:
One way to handle concurrency in a multi-user web app
September 24, 2012 @ 10:40:33

In this new post to the PHPWomen site, Kim Rowan shows one way that you can effectively handle concurrency in your applications (in her case, a Symfony app).

Concurrent user activity on the web can take many forms. For example, two online shoppers may simultaneously try to buy the last pair of 'gotta-have-em' shoes in stock. Presumably one potential outcome in this scenario is to place the shoes on back-order for the slower shopper. The concurrency challenge I faced recently, however, was a bit different...

She uses a "last updated" data field in her form to see when the record in question was last changed. When the form is submitted the script checks against the updated date on the record to see if it's later than the one submitted. If it's more recent, the user's request could cause errors, so it fails.

0 comments voice your opinion now!
tutorial concurrency application lastupdated record


blog comments powered by Disqus

Similar Posts

Tutorial: A Simple Sessions Tutorial

Community News: The "Go PHP5" Effort Officially Launched

Matthew Weier O'Phinney's Blog: Using the ZF2 EventManager

Stuart Herbert's Blog: Arguments From The Boardroom, Not The Bedroom

Abhinav Singh's Blog: Get real time system & server load notification on any IM using PHP and XMPP


Community Events









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


zendframework2 composer development podcast event community code example interview api release opinion functional introduction framework tool unittest object testing language

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