Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Disconnected Sessions
Thu, Jan 8 2015 4:16 PMPermanent Link

Jeff Newlin

Lightspeed

I have an application that has many  clients briefly connecting to my server, checking for updates, then disconnecting.  Things work fine for a while but eventually  I end up with a long list of "(Disconnected)" sessions (see attachment) and it is affecting the performance by having long delays during subsequent polls of the server.  I attribute this delay to the "(Disconnected)" sessions since after breaking the EDB Server and starting it up again things seem to work fine. I've fiddled with the various time outs in the EDB server - here are the current settings :

Thread Cashe Size : 9
Session Time Out : 60
Dead Session Interval : 30
Dead Session Expiration Time : 10
Maximum Dead Sessions : 5

This is  Version 2.05  Build 11  of the server. Do the above settings affect the behavior  of the disconnected sessions? I would like  for those Disconnected sessions to just drop out.

Thanks for any help!

Jeff
Thu, Jan 8 2015 5:01 PMPermanent Link

Raul

Team Elevate Team Elevate

On 1/8/2015 4:16 PM, Jeff Newlin wrote:
> I have an application that has many  clients briefly connecting to my server, checking for updates, then disconnecting.  Things work fine for a while but eventually  I end up with a long list of "(Disconnected)" sessions (see attachment) and it is affecting the performance by having long delays during subsequent polls of the server.  I attribute this delay to the "(Disconnected)" sessions since after breaking the EDB Server and starting it up again things seem to work fine. I've fiddled with the various time outs in the EDB server - here are the current settings :

If you have number of disconnected sessions there then sounds to me like
your clients are not disconnecting properly.

> This is  Version 2.05  Build 11  of the server. Do the above settings affect the behavior  of the disconnected sessions? I would like  for those Disconnected sessions to just drop out.

2.05 b11 is older but nothing in incidents reports indicates this was an
issue so i would check client disconnect logic.

Not sure if you've see the article about this topic :

http://www.elevatesoft.com/articles?action=view&category=edb&article=connections_disconnections_reconnections

Raul

Thu, Jan 8 2015 5:50 PMPermanent Link

Jeff Newlin

Lightspeed

Thanks Raul I will take a look!
Image