Hi there,

Im deploying my Lightstreamer Server using ARI. Im doing exactly as the demo ARI guide.

When i start the Lightstreamer, the console says that its "Waiting for connection port 7001 and 7002". While its waiting, my lighstreamer not listen on 8080. Only when some TCP/IP socket connections connected on port 7001 and 7002, the lightstreamer gets started on port 8080.

Is it mandatory to wait for connections to get the Lightstreamer starts ?

By the way, i'm using php (the php code in this forum) to push data. If theres no any web clients connect using Javascript API, my Lighstreamer gets error and self terminate the 7001 and 7002 connection with the php code Is it a problem ?