Hi
I have created a .net adapter using the "burst.cs" and "standalone.cs". The adapter is working fine. But for subscribing to every items a new thread is created ie in the subscribe function of the BurstTestAdapter class for every request of new items, a new thread is created. so if my page contains 1000 items(let us say), 1000 new threads will be created. I don't want to do like that. i m trying to update the items in only one thread for any number of items subscribed. but didn't find a way yet

Regards,
naga