what would be the best way to create mechanism that ensures that for example:
Two people won’t buy same item at the same time in auction based on GAE application using BigTable?
If someone could enlighten me with “under the hood” kind of description I would be grateful.
Such a transaction is quite simple to implement with AppEngine. The key is the
run_in_transactionmethod: