Team,

I am at the owner/architect of a newly launching startup.

I have a web app in a load balanced with (sticky sessions) and clustered session scenario.

I want to pub/sub from LightStreamer and may use other items for chat.

HOwever, I am not clear on a few things.

Load Balancing, I

I will have clients on 1-n application servers posting events and listening for events (messages).

The lightStreamer servers do not communicate with each other per my understanding.

How would an adapter publish data to al lightStreamer instances behind a load balancer/?

Also, how could two clients receive events unless they are connected to the same, lightstreamer server.

I suppose the adapter , could write events to all servers and if there is a timeout, the message could be removed

from a server in which the client is not connected.

Please advise

thanks