Hi,

We are facing some issue during some cases in our system. The first issue is - in our server (not lightstreamer server 5.0) side we have a pause of 13 seconds (for some technical issue) which make other client request waiting. But when ever the pause ends the client freeze. And need to restart the client. We are not able to find out anything in the log. For simple explaination the overall system works this way -

1. Client send request using Ajax to the server (not lightstreamer server),
2. Then our server process the request (here we have 13 second of pause for some technical reason) and personalized,
3. And then broadcast to lightstreamer server (5.0) and then to the client (6.0).

My question is if the pause creates some kind of pile of messages to broadcast to the lightstreamer server 5.0 and the server pass it to the client 6.0. is the client unable to handle huge number of messages? Thanks.