xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

CA-225272: rate-limit calls to `ovs-vsctl` #93

Closed mseri closed 7 years ago

mseri commented 7 years ago

OVSDB server can handle at most 10 connections at a time, to avoid issues we rate-limit the number of concurrent connections. The limit is lower than 10 because we need to take into account the possibility of calls from other scripts.

This will not compile until https://github.com/xapi-project/stdext/pull/17 is merged