MySQL Forums
Forum List  »  Router & Proxy

Re: mysql-proxy losses connections with applications having multiple users
Posted by: simon elliston ball
Date: September 04, 2007 04:54AM

This is exactly the problem I reported in bug #30668

The problem I think exists in the way that proxy_connection_set (the c backend of the userdata object proxy.connection in the lua) is calling a pool swap in the connect_server hook, and artificially incrementing the connected clients. For me this also has the effect that other backends rarely receive queries because the least idle count always connects to the first server, since we do not get any new connections on the lower backends.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql-proxy losses connections with applications having multiple users
2912
September 04, 2007 04:54AM


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.