Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-users] Synchronization between multiple, identical requests needed?

Hi,

does aether internally synchronize multiple parallel requests to the same artifacts? For illustration, let's assume I've 5 threads that all request artifact 'a' from maven central. Will it work w/o any further synchronization on my end or do I have to take care that these requests are processed one after the other?

Thanks,
Marcel


Back to the top