Thanks for ur reply
I checked with the "externalfeed.cs" and "stocklist.cs" also in that code also it is done like that in "burst.cs". It is generating updates very fast for 15 items subscribed. i agree with that. but i want to do the same thing with a single thread. is it possible to do like that.
In the example code an instance for the interface IItemEventListener is created in the class BurstProducer. but i can't find the implementation for the interface in the example code. any way i have to check the efficiency if i load more number of items at the same time. is it possible to subscribe to multiple items using a single thread. ie instead of sending data for each item, i have to send data for the entire items subscribed and process the data in the html and update the table accordingly.
also there is one java adapter used
"com.lightstreamer.adapters.remote.data.Networ ked DataProvider"
I am not able to create my own adapter like that. I am not able to find the source for that.
in need of ur help at the moment
naga