MySQL Forums
Forum List  »  Router & Proxy

connection pooling
Posted by: Adrienne Felto
Date: July 07, 2009 08:00PM

I'm trying to set up connection pooling based on this script:
http://forge.mysql.com/tools/tool.php?id=151

I want to have multiple connections (A and B) share a connection. However, I want to act differently based on whether the query is from A or B. Is there a way for me to get the TCP info or some other connection ID so that I can find the source of the query being received by read_query()?

Thanks much.

Options: ReplyQuote


Subject
Views
Written By
Posted
connection pooling
4352
July 07, 2009 08:00PM


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.