jottalib icon indicating copy to clipboard operation
jottalib copied to clipboard

Support concurrent uploads

Open havardgulldahl opened this issue 9 years ago • 3 comments

The official clients can do up to six separate uploads/downloads at the time. We should support that, too.

This will greatly speed up jottacloudclient, which is able to do more than one thing at the time. But not jottafuse, since it hurts my head to think how to solve the race issues.

havardgulldahl avatar Jun 04 '15 22:06 havardgulldahl

If anyone is up for exploring requests-futures here, this would be a welcome addition.

It seems like the threshold is low, since the API of requests-futures is almost identical to standard requests. So, if you want to help this project, whip up some code and submit a pull request :)

havardgulldahl avatar Jul 31 '15 09:07 havardgulldahl

There is some work done in the branch https://github.com/havardgulldahl/jottalib/tree/development-futures, if anyone is interested in trying this out.

Patches, comments and pull requests are welcome!

havardgulldahl avatar Aug 13 '15 08:08 havardgulldahl

This is hard to get right, and I'm going to let it slide.

havardgulldahl avatar Jun 14 '16 22:06 havardgulldahl