Results 1 to 4 of 4

Hybrid View

  1. #1
    Member
    Join Date
    Aug 2011
    Location
    Noida
    Posts
    2

    Same value push using lightstreamer

    Hi,

    Light streamer server will not push the sane message to client again if there is no change in value.
    How would I setup our adapter so that it will push each message to the client even if there is no change in value.

    Manish

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    According to my previous post, I must assume you are using MERGE mode.
    If you need that all updates are forwarded, then you have to explicitly request this by asking (for the HTML case)
    myTable.setRequestedMaxFrequency("unfiltered");
    But note that this assumes that the average inbound update rate for the item is sustainable (for instance, if you are using Lightstreamer Moderato, the outbound update rate is limited to 1 update per second, so the inbound average rate should be lower).

    Other options which still allow filtering in extreme cases are:
    • moving to DISTINCT mode (this may require a few changes, that we could discuss, if needed);
    • adding a counter field to your item, incremented by the Data Adapter upon each update, to make all updates different; note that the client will have to include this field in its subscription.

 

 

Similar Threads

  1. Replies: 3
    Last Post: November 14th, 2011, 09:33 AM
  2. Replies: 3
    Last Post: September 27th, 2011, 08:56 AM
  3. Replies: 1
    Last Post: July 28th, 2010, 10:15 AM
  4. Replies: 3
    Last Post: January 8th, 2010, 11:28 AM
  5. vb data through lightstreamer?
    By dianacastillo in forum General
    Replies: 5
    Last Post: April 15th, 2008, 11:55 AM

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 08:50 PM.