Results 1 to 2 of 2
  1. #1
    Senior Member
    Join Date
    Jan 2008
    Location
    Mumbai
    Posts
    39

    Question Is all the updated data pushed to client side at a time ?

    Hi,

    Is all changed data ( suppose: I am updating 10 records from DotNetAdapter) is pushed to client side at a time ? OR Is the data is pushed one record at a time ?

    Thanks,

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,089
    If the 10 records are related to 10 different items (as I suppose you mean), then Lightstreamer Server will try to send each one as soon as it is generated; hence, ideally, each one in its own TCP packet.
    However, as any resource or configuration limitation causes the processing of one update to be delayed until the next one is generated, the Server will collect multiple updates in the same TCP packet.

    For instance, bandwidth and frequency constraints may cause update delivery to be delayed.
    Moreover, by the default Server configuration, the <max_delay_millis> element setting may cause update delivery to be slightly delayed for the express purpose of minimizing the number of distinct TCP packets to be sent (see the comment note on the configuration file).

 

 

Similar Threads

  1. Replies: 7
    Last Post: June 14th, 2012, 09:35 AM
  2. How to turn on LS client side logging?
    By LS_Developer in forum Client SDKs
    Replies: 1
    Last Post: March 20th, 2012, 09:51 AM
  3. Client receive old data after some time.
    By mnenchev in forum General
    Replies: 3
    Last Post: November 25th, 2009, 03:27 PM
  4. No Updated on Silverlight Client
    By gjoseph in forum Client SDKs
    Replies: 1
    Last Post: November 13th, 2009, 12:14 PM
  5. Replies: 3
    Last Post: March 6th, 2009, 04:13 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 04:49 AM.