Results 1 to 10 of 39

Hybrid View

  1. #1
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    The number of connections compared to the number of sessions is concerning me though. At a different customer where the current number of connections and the number of sessions are roughly the same.

  2. #2
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Kevin,

    Generally, the number of connections is greater than or equal to the number of the sessions, in fact, for each session we have a permanent connection dedicated to streaming, and a control connection, temporary, used to send control commands that manage the contents of the stream channel.
    In normal situations you should expect a number of connections equal to or slightly higher than the number of sessions. However, in some cases, connections may become much more numerous, for example in phases in which many clients are trying to connect, or if many clients are connected in polling mode.

    In particular, in case of a session in polling mode, that is not leveraging the reuse of connections, and frequent updates the number of open connections to the server can significantly grow. However numbers like yours are quite unusual.
    50 connections with only a client using the Monitor is something unexpected. In order to investigate further the issue it would be necessary set these logger levels:



    since, with hundreds of connections per second the size of the log file can grow quickly you can keep these settings for a few seconds (up to a minute) and then collect the log.
    With these levels we should have some more information on connections and why they can not create a session.

    In order to prevent the "out of memory" and also to saturate the handshake threads pool you can use this parameter:

 

 

Similar Threads

  1. "Out of memory" errors in Safari
    By kpturner in forum Client SDKs
    Replies: 25
    Last Post: April 8th, 2014, 09:36 AM
  2. ARC memory management
    By ebrahim in forum Client SDKs
    Replies: 3
    Last Post: May 28th, 2013, 09:46 AM
  3. Replies: 3
    Last Post: July 29th, 2011, 08:56 AM
  4. Memory leak on Firefox only
    By riwang in forum Client SDKs
    Replies: 10
    Last Post: July 27th, 2009, 11:13 AM
  5. Memory Leaks
    By igindex in forum Client SDKs
    Replies: 1
    Last Post: November 11th, 2006, 09:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 12:08 PM.