Re: [ovs-dev] [PATCH 2/2] ovsdb: Raise the jsonrpc server session limit

2015-02-24 Thread Justin Pettit
> On Feb 24, 2015, at 8:38 AM, Ben Pfaff wrote: > > On Mon, Feb 23, 2015 at 11:43:37PM -0800, Andy Zhou wrote: >> Raise the connection limit to allow larger number of concurrent >> ovsdb-server connections. Note, ovsdb-server may not perform well >> at the new limit. It is rather a prelude to fu

Re: [ovs-dev] [PATCH 2/2] ovsdb: Raise the jsonrpc server session limit

2015-02-24 Thread Ben Pfaff
On Mon, Feb 23, 2015 at 11:43:37PM -0800, Andy Zhou wrote: > Raise the connection limit to allow larger number of concurrent > ovsdb-server connections. Note, ovsdb-server may not perform well > at the new limit. It is rather a prelude to further scaling tests and > optimizations. > > Signed-off-b

[ovs-dev] [PATCH 2/2] ovsdb: Raise the jsonrpc server session limit

2015-02-23 Thread Andy Zhou
Raise the connection limit to allow larger number of concurrent ovsdb-server connections. Note, ovsdb-server may not perform well at the new limit. It is rather a prelude to further scaling tests and optimizations. Signed-off-by: Andy Zhou --- This limit is currently hard coded. Should we make i