BobSammers wrote: 
> I'm not sure I'm necessarily following (why does pausing a small file
> make the HTTP connection close when pausing a large one doesn't? Or is
> it just that the small file finishes downloading and it pauses between
> files? But then, isn't it a new HTTP connection for a new file anyway,
> regardless of the time between?). I'm not sure my understanding is
> necessary though!

With chunked http most of the time there is no http connection open
since each 6 secs file takes about 250msec to download and so one
connection is only normally open for 250msec at time about once every 6
secs.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to