Hi all,

I have devloped a Remote Managment App. where server captures the
updated regions of its screen and sends to client.

Problem is that server captures the area which is updated and then
sends. Updation is so frequent and so quick if i will try to send
all the updates as they occur then i think evrything will stop.

So i stores the updates info into a queue and then get them one by one
and sends to client. It looks all will be fine but after some data
tranfer my client stops receiving data. Why i dont know?

What protocol i have to use to make my session a reiable one and
to minimize memory usage by removing intermediate queue?

Thanx