>           ++partNumber;
> +         BlobUploader b =
> +               new BlobUploader(mpu, partNumber, payload, parts);
> +         executor.execute(b);
> +      }
> +      executor.shutdown();

OK, this makes sense, but might make it pretty complex for users. What about 
making the thread-pool for large blob uploads static instead? Thoughts? Do 
both? Not very sure what is the best design here. So many options :)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/975/files/70ba6e0f5aa5c660cab27eb6a450ca7f1e435235#r67882871

Reply via email to