MySQL Forums
Forum List  »  Connector/Python

Re: Mysql and python thread (Access Denied problem)
Posted by: Mike Ng
Date: May 13, 2005 03:39PM

If you have to deal with threads, it's better to create as many connections necessary rather than using one connection for multiple threads. The speed is far faster having multiple connections rather than using one connection with lock/unlock.

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql and python thread (Access Denied problem)
May 13, 2005 03:39PM


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.