Pit-falls of non-database locks in a transactional environment
Sometimes you are in a situation where you want really light-weight locks and not set pessimistic locks on the database level, aka SELECT foo FROM… Read more
Sometimes you are in a situation where you want really light-weight locks and not set pessimistic locks on the database level, aka SELECT foo FROM… Read more