Friday, April 27, 2012

Code rant: The Database As Queue Anti-Pattern

Code rant: The Database As Queue Anti-Pattern: "Simple, use the right tool for the job: this scenario is crying out for a messaging system. It solves all the problems described above; no more polling, efficient message delivery, no need to clear completed messages from queues, and no shared state."