lookfirst / sardine

an easy to use webdav client for java
Other
579 stars 185 forks source link

Parallel Put and Get Support and Http Pipelining #346

Closed jgoldverg closed 1 year ago

jgoldverg commented 2 years ago

Hello,

So I was wondering if there is any such configuration option available for the Sardine client.

  1. Is Parallel Put and Get possible on the current client. So if many threads try to read/write different parts of file from a WebDAV server. Http by default supports using a Range header iff the receiving servers supports such an operation. I believe WebDAV by default supports this no?
  2. Does the Sardine client do any form of Http Pipelining. This would be really amazing if it does.

Best,