You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/07 04:27:34 UTC

[GitHub] [incubator-shardingsphere] cherrylzhao opened a new issue #1986: consider add a connection resource control module for proxy

cherrylzhao opened a new issue #1986: consider add a connection resource control module for proxy
URL: https://github.com/apache/incubator-shardingsphere/issues/1986
 
 
   now our proxy backend connection model was based on channel after connection was established.
   if client side use asynchronous connection model, our proxy will make the request per on channel synchronized for resource controller, and backend connection self became very heavy.
   
   so we consider about simplify backend connection. make backend connection multi-instances available within one established channel. maybe we can add a resource controller module for proxy.
   it will allocate the physical connection resource according to sql explain plan, transaction, customized configuration.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services