On Mon, May 27, 2013 at 2:29 PM, Arun Khan <[email protected]> wrote:
> However, my original query - what server side apps. support breaking
> up the file into small bits such that clients like above can make
> multiple (parallel) connections to retrieve the bits and assemble the
> file on the client end.

Was not clear earlier that you were asking for server side.

Going by the features on the front end, it seems like the segments
start from an different offset of the original file. We can use any
number of segments/threads and the segments get equally split. This is
what leads me to deduce this. This is also possible if the file is
broken into many segments to give us a semblance of this behaviour.

-- Mohan Sundaram
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to