It is working nice until I increase the data volume.
Data are transmited also fast from the server and the Client (FireFox
in stream mode) slow down, collapses or freeze.
Is there a way (different configuration perhaps) to prevent this?
Thanks a lot
pilot
Not sure what you're trying to do here. You have one subscriber
subscribed to seven channels and are publishing the same message on
all seven channels? If you do this, the client will receive the same
message seven times, so maybe that is causing your problem?
Andrew
While a program on the server produce information, it must send immediately this information, like Stock Orders, Trades, statistics, etc to the Client.
The Client draws Graphics with AmCharts, and loads grids with data getting from channels.
I observe that if I eliminate channels to 4, client behaves better, but of course I'm loosing information.
I'm asking if there is a better exploit of Meteor to overcome this problem.
Thanks a lot