Bug #42277 The Proxy should be able to start a conenction to the backend itself
Submitted: 22 Jan 2009 19:45
Reporter: Diego Medina Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Proxy: Core Severity:S4 (Feature request)
Version:0.7.0 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[22 Jan 2009 19:45] Diego Medina
Description:
It would be great if the proxy could open connections to the backend by itself instead of waiting for a client to connect through the proxy and open connections.

At least one use case for this is that you could send one query through the proxy and the proxy could send that one query to "several" backends.

You can do that right now, but it is fragile. As you need to have enough connections on the pool ahead of time.

How to repeat:
N/A