MySQL Forums
Forum List  »  Perl

Re: Possible to use one connection for multiple concurrent queries?
Posted by: Hu Hailin
Date: March 01, 2006 09:03PM

Just some advice:

1. Generally speaking, DBI is not thread safe

2. I think what you need is a consistent connection. You want multiple queries using the same temp table and temp table should be visible in the same session. So if your queries are using the same connection, then your temp table could be created only once.

Options: ReplyQuote




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.