Re: Django 1.6 transactions witn multiple databases

2013-11-08 Thread Vaal
Thx! How have I missed this ... пятница, 8 ноября 2013 г., 9:47:22 UTC+4 пользователь akaariai написал: > > On Thursday, November 7, 2013 3:36:17 PM UTC+2, Vaal wrote: >> >> Hi >> How to be in 1.6 with queries that involve multiple databases? >> Previously recommended to create custom

Re: Django 1.6 transactions witn multiple databases

2013-11-07 Thread akaariai
On Thursday, November 7, 2013 3:36:17 PM UTC+2, Vaal wrote: > > Hi > How to be in 1.6 with queries that involve multiple databases? > Previously recommended to create custom TransactionMiddleware. It was > convenient. Now TransactionMiddleware is deprecated. > You can set ATOMIC_REQUESTS per

Re: Django 1.6 transactions witn multiple databases

2013-11-07 Thread Vaal
err queries = requests -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to

Django 1.6 transactions witn multiple databases

2013-11-07 Thread Vaal
Hi How to be in 1.6 with queries that involve multiple databases? Previously recommended to create custom TransactionMiddleware. It was convenient. Now TransactionMiddleware is deprecated. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Django DB transactions and deadlocks with multiple WSGI processes

2012-06-27 Thread Michael Waterfall
When running Django with Gunicorn with multiple processes/workers I'm getting a deadlock issue with some of my manual MySQL database transactions. DatabaseError(1205, 'Lock wait timeout exceeded; try restarting transaction') My setup uses multiple databases, and my function needs to be

Re: Django and transactions

2006-09-12 Thread Andreas Eigenmann
Does nobody have an answer to one of my questions?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this

Django and transactions

2006-09-11 Thread Andreas Eigenmann
Hi all, Im writing a financial web application with Django and postgresql. This application needs a lot of database transactions. The Django Transactions Documentation is a little bit unclear for me, so i have a some questions. 1. Using the transaction middleware, when is BEGIN TRANSACTION

Django and transactions

2006-09-10 Thread Andreas Eigenmann
Hi all, Im writing a financial web application with Django and postgresql. This application needs a lot of database transactions. The Django Transactions Documentation is a little bit unclear for me, so i have a some questions. 1. Using the transaction middleware, when is BEGIN TRANSACTION