We are currently using NAS session file storage to store PHP for an array of load-balanced, scalable application servers.
We are interested in replacing this with a more reliable solution, and Amazon's DynamoDB looks interesting. Here I see one possible problem:
http://thwartedefforts.org/2006/11/11/race-conditions-with-ajax-and-php-sessions/
I suspect DynamoDB does not support locking objects. Any workarounds you might think of?
If you have experience working with other NoSQL systems used for PHP sessions, you can also log in freely, as training might be similar.
Thanks in advance
webgr source share