Results 1 to 8 of 8

Hybrid View

  1. #1
    Member
    Join Date
    Dec 2006
    Location
    Colorado Springs
    Posts
    7

    Limit of Data Pushed and Snapshots?

    Sorry for the late response to this. We had a workaround by limiting the amount of data we were pushing at one time to less than a thousand.

    We are not using MERGE mode, we are using COMMAND mode.

    When Lightstreamer goes to push the thousands of data to the client, the Lightstreamer command window shows the following: "... < INFO> Lost x updates on unfiltered/RAW subscription for item ..." The x ranges anywhere from 1 to thousands. Many of these lines show up, and they appear to add up to the number of items that do not make it to the client.

    We want to stay in command mode to have a snapshot available for other users to grab from and to handle the many updates throughout the day. We'd rather not limit the pushes, and do not a way to limit the pushes from a snapshot for new clients using the same subscription - they lose the data.

    Any ideas why this might be occuring?


    Thanks.

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,092
    In COMMAND mode, the "one event per second" limitation imposed by Lightstreamer Moderato only affects single keys, hence the snapshot, which is made up of different keys, should flow fast.
    However, your snapshot seems to be very large, so the <max_buffer_size> limitation applies in this case.
    This setting avoids that the event queue for a single subscription grows beyond any limit.

    If you know that snapshots of many thousand events can be expected, then you should increase <max_buffer_size> accordingly.
    Note that this may affect all event queues, related to items in RAW mode or with the "unfiltered" flag, for which the Data Adapter event rate fairly exceeds the "one event per second" outbound limitation.
    In the forthcoming 3.6 release of the Server, things are going to change and <max_buffer_size> will no longer limit event queues when they are related with COMMAND mode snapshot.

 

 

Similar Threads

  1. Push Notifications
    By BKnight in forum Client SDKs
    Replies: 1
    Last Post: April 12th, 2012, 04:29 PM
  2. push image
    By semua60 in forum Client SDKs
    Replies: 5
    Last Post: February 22nd, 2011, 02:39 AM
  3. J2EE app to push message via LS w/o JMS
    By atamel in forum General
    Replies: 3
    Last Post: August 9th, 2010, 02:09 PM
  4. User-specific push
    By rmusco in forum General
    Replies: 8
    Last Post: February 2nd, 2007, 05:29 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 10:43 PM.