Hi,
For setRequestedMaxFrequency using in "command" or "distinct" mode, if there is any event missing at the client side if the event in frequency is faster than the max frequency allowed? (will Lightstreamer filter out some event or it will send those event later?)

Quote Originally Posted by Mone
first of all, there are minimum limits on the frequency posed by the server edition you're running; see http://www.lightstreamer.com/products.htm

any client can ask the server to set a further limit calling a "frequency" method located on the "table" object; in the case of the web client you can call the setRequestedMaxFrequency method.

the metadata adapter may set another limit on the frequency through the getAllowedMaxItemFrequency.

HTH