You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2020/08/14 17:20:00 UTC

[GitHub] [celix] Oipo commented on pull request #274: Reuse etcd connection to prevent storm of new sockets

Oipo commented on pull request #274:
URL: https://github.com/apache/celix/pull/274#issuecomment-674177840


   There's not much sense in making this an option, as you can already create multiple etcdlib instances with etcdlib_create() and manage a pool of your own. Moreover, if you want to do anything latency sensitive, talking to etcd over the network is not going to be favourable. Furthermore, according to etcd's [own benchmarks](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/performance.md), the throughput isn't high per client/connection anyway.


----------------------------------------------------------------
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