Hello, We have a user of our product (which uses jclouds to talk to a Wasabi server) who is telling us that they're detecting a large number of network connections being set up and torn down while our product is uploading and downloading content to and from their Wasabi account bucket. This is causing them a lot of network problems.
I'm wondering if anyone out there has any understanding of how the s3 backend manages secure connections. Does jclouds s3 make any effort to use connection pooling or other mechanisms for reusing connections - especially ssl connections, which have a relatively high overhead for establishment. Thanks in advance, John Calcote