I had been looking for a way to synchronize my python cgi scripts (several, or several instances of one) so that only one of them could access a particular table in a database at one time. I looked around on the internet but didn’t find a concrete class that could do this. I was writing [...]