Practical approach to concurrency control
- by Industrial
Hi everyone,
I'd read this article recently and are very interested on how to make a practical approach to Concurrency control on a web server.
The server will run CentOS + PHP + mySQL with Memcached. How would you set it up to work?
http://saasinterrupted.com/2010/02/05/high-availability-principle-concurrency-control/
Thanks!