[Pharo-users] Re: Splitting a single HTTP Request into multiple concurrent requests

2021-10-18 Thread Yanni Chiu
A good use case is when one of the downloads fails. When it’s just one big one then you have start over from the beginning. On Mon, Oct 18, 2021 at 11:05 AM Sven Van Caekenberghe wrote: > Hi, > > Somebody asked how you would split single HTTP Request into multiple > concurrent requests. This is

[Pharo-users] Re: Virtual Reality-based programming environment

2021-10-18 Thread Rob Raisch
I'd be interested in participating. (Oculus Quest - original) -- Rob Raisch, Internet Handyman On Tue, Oct 12, 2021 at 5:18 PM Alexandre Bergel via Pharo-users < pharo-users@lists.pharo.org> wrote: > Hello, > > We are a small and energetic team who want to push the state of the art in > Virtual

[Pharo-users] Splitting a single HTTP Request into multiple concurrent requests

2021-10-18 Thread Sven Van Caekenberghe
Hi, Somebody asked how you would split single HTTP Request into multiple concurrent requests. This is one way to do it. Upfront I should state that - I do no think this is worth the trouble - It is only applicable to large downloads (even larger than in the example) - The other side (server)