Friday, March 26, 2010 9:02 PM
rusanu.com
Using tables as Queues
A very common question asked on all programming forums is how to implement queues based on database tables. This is not a trivial question actually. Implementing a queue backed by a table is notoriously difficult, error prone and susceptible to deadlocks.
Read More...