Though Lightstreamer was conceived for the handling of small updates,
updates on the order of the MB are handled successfully on some existing applications using thick clients.
On web browsers, we expect that browser limitations may affect the processing of very huge updates; however
  • there are no constraints related to limitations on cookie management
  • no further constraint is applied when sharing the engine

The same holds for sendMessage.

Note that the <content_length> settings in the Server configuration file should be far greater than the expected update length (but, in case of conflicts, the update takes the precedence).

Similarly, note that the <request_limit> protection setting in the Server configuration file should be far greater than the expected client message length; in this case the Server setting takes the precedence.

Note that updates and messages are sent in encoded form and this may increase their length, depending on the contents.