hello,

i want to make a load test application to simulate many concurrent sessions connect to LS (say 2000 sessions).
i made a simple application(1) that connect to the lightstreamer and subscribes to all items in the adapters. then i make an application(2) that open the application(1) no. of times that simulate the no. of sessions (say it opens it 2000 times).
from the lightstreamer monitor i noticed that the sessions opened but after some time it decremented. may because all the sessions loaded from the same network that made a load to the network so the connection to LS down.

Is there another way to do a Load test simulation to LS?