MySQL Forums
Forum List  »  Connector/Python

Re: Mysql and python thread (Access Denied problem)
Posted by: Mike Ng
Date: April 05, 2005 07:59PM

Hi Martin,

That is what I am think to, but haven't had the time to modify it yet. However, I sovled it by using thread locking/unlocking and so it inserts one after another. This method is of course lame and probably slower than make 20 db connection. I surprise no one else ran into this problem before or at least no one cares to reply. Your idea seems to make sense, since if it was a web application--there would be many multiple connections with multiple inserts and selects.

I will try it this week and post back and let you know. Do you think it's like this for MS SQL and Oracle?

mike

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql and python thread (Access Denied problem)
April 05, 2005 07:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.