Thomas Steinacher wrote: > On Oct 16, 2006, at 8:46 PM, gabor wrote: >>> What, if two Django processes transfer money from account A to account >>> B simultaneously? >> these situations are (afaik) handled using transactions....simply start >> a transaction at the beginning, and commit/rollback at the end... > > I already included > "django.middleware.transaction.TransactionMiddleware" in my > MIDDLEWARE_CLASSES (as described on > http://www.djangoproject.com/documentation/transactions/#tying-transactions-to-http-requests) > and it didn't help. >
you mean it did not help with the money-transfer code? gabor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---