ctubbsii opened a new issue, #63:
URL: https://github.com/apache/accumulo-classloaders/issues/63

   Currently, downloads occur in a single thread, as does checksum 
verification. The only concurrency is if the SPI method to get the classloader 
from the factory is called from different threads. But for each of these, the 
downloads and verification will still happen serially for the requested context.
   
   We could add a configuration property (or two) to download more than one 
file at a time, and to do verifications of downloaded files in parallel.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to