You can do this on the client side. It is part of the client pool configuration. We have a number of ways to configure this pool. You can do it with cache.xml or apis. You can probably do it with Spring.
If you are using the ClientCacheFactory API then you would do it with com.gemstone.gemfire.cache.client.ClientCacheFactory.setPoolMaxConnections(int) Hope this answers your question. On Thu, Oct 1, 2015 at 2:10 PM, Vinay Upadhya <[email protected]> wrote: > Hello, > > We have the max-connections property on the cache-server tag on a geode > server which limits the incoming connections to that number. Is there a way > however to assign a certain number of maximum connections per client > connecting to a node? > > *Vinay Upadhya *| Sr. Field Engineer > > 917-514-1842 | [email protected] | Pivotal Software Inc. > <http://www.pivotal.io/> > >
