[sqlalchemy] Re: Long running transaction issues with commit

2011-06-02 Thread Aalok Sood
Hello Michael Thanks a lot for your quick response. I changed this loop to: or i in range(1000): : sleep(15) : print commiting : mm.name=u'old name' : s.commit() : sleep(25) : mm.name=u'new name' : print commiting2

Re: [sqlalchemy] Re: Long running transaction issues with commit

2011-06-02 Thread Michael Bayer
On Jun 2, 2011, at 11:35 AM, Aalok Sood wrote: Hello Michael Thanks a lot for your quick response. I changed this loop to: or i in range(1000): : sleep(15) : print commiting : mm.name=u'old name' : s.commit() : sleep(25) :

[sqlalchemy] Re: Long running transaction issues with commit

2011-06-02 Thread Aalok Sood
Yes its all so very clear now, kind of obvious :) Thank you for taking out time to help me. Regards Aalok Sood. On Jun 2, 9:20 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Jun 2, 2011, at 11:35 AM, Aalok Sood wrote: Hello Michael Thanks a lot for your quick response. I