MySQL Forums
Forum List  »  Perl

Re: Possible to use one connection for multiple concurrent queries?
Posted by: Stephen Wickman
Date: November 09, 2006 11:25AM

I have had success forking sql statements that call a dbh connection sub. I use a hash to keep track of what is active and wait if I've reach my defined concurrent pid limit.

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.