Also this is my client and server configs can anyone let me know of any
things I miss or should add to improve performance, we are prone to pass
large objects sometimes.

<gfe:pool id="gemfire-pool" subscription-enabled="true"
read-timeout="20000" socket-buffer-size="42000">
  <gfe:locator host="localhost" port="10334"/>
</gfe:pool> in client-cache


<gfe:cache-server id="advanced-config" auto-startup="true"
                  bind-address="localhost"
host-name-for-clients="localhost" port="40404"
                  load-poll-interval="2000" max-connections="22"
max-message-count="900000"
                  max-threads="32" max-time-between-pings="30000"
                  groups="eiger-server"  socket-buffer-size="42000">
    <gfe:subscription-config eviction-type="ENTRY" capacity="100000"/>
</gfe:cache-server>


On Mon, Jul 3, 2017 at 7:00 PM, Amit Pandey <[email protected]>
wrote:

> To clarify my server is a Spring Geode server and I start the locator via
> Gfsh
>
> On Mon, Jul 3, 2017 at 6:57 PM, Amit Pandey <[email protected]>
> wrote:
>
>> Hi Guys,
>>
>> In my case the locator is shutting down after some time, which causes the
>> server to go down leaving the client without any server. (This is testing
>> phase and I have used single client and server).
>>
>> Can anyone suggest whats the issue?
>>
>> Regards
>>
>
>

Reply via email to