I didn't noticed the range support. Great idea Remi
El jun. 22, 2015 5:56 AM, "VANKEISBELCK Remi" <r...@rvkb.com> escribió:

> Hi
>
> Have you considered using range support ?
>
> http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7233.html
>
> It allows a client to specify a range of the resource to be fetched, so
> that the resource can be downloaded in "chunks".
>
> Stripes does provide support for Ranges :
>
> http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/action/StreamingResolution.html#setRangeSupport(boolean)
>
> Most media players / download tools (even the browsers) implement ranges
> client-side. For example, when you browser downloads a large file, the
> download may be interrupted several times without you even noticing it. The
> browser uses ranges to resume the download from where it last stopped.
>
> Cheers
>
> Rémi
>
>
>
> 2015-06-21 10:42 GMT+02:00 Heather and Jon Turgeon <
> tashiba40_evergr...@hotmail.com>:
>
>> Hi all, my app builds files to download upon a user's request. Using
>> StreamingResolution seems to work well most of the time. One problem I seem
>> to be having is my site sort of supports users with internet connections
>> that are frequently less than great (it is a site used by sailors cruising
>> in remote areas of the world). I think what I need to implement is some
>> sort of multi-part with checksum for these downloads in order to get these
>> files to my users. Could someone point me in the right direction as to how
>> to go about this using Stripes? I am guessing something on the client end
>> will also need to be written?
>>
>> Jon
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> Stripes-users mailing list
>> Stripes-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>>
>>
>
>
> ------------------------------------------------------------------------------
> Monitor 25 network devices or servers for free with OpManager!
> OpManager is web-based network management software that monitors
> network devices and physical & virtual servers, alerts via email & sms
> for fault. Monitor 25 devices for free with no restriction. Download now
> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to