hi,

our scenario is like this,
we are continuously capturing screen shots and pushing them to server(we are capturing a screen shot for every 250 milli seconds).

So, for that we made an application which divides each screen shot into 256 image blocks and push them onto server continuously one by one in base64 format by using tcp/ip socketing.
And when client browses to LS Server URL he sees the screen shots which we are capturing at other end.

We are capturing & sending the screen shots and client can see those screen shots perfectly but client is taking some time( 8 to 10 seconds) to see what we captured.

So,here my question is that can we do any thing at LS server end to reduce that time taken by client browser to see captured images(ie.8 to 10 sec).