Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Updating SSL keystore

On 06/02/2017 16:16, Simone Bordet wrote:
The calls within the Consumer are performed with locks held so that
the updates are "atomic" with respect to the reload.
If you modify the SslContextFactory outside the Consumer, two threads
trying to reload may interfere with each other, while performing the
modification within the consumer will serialize the reloads.

Ah, OK. Thanks.

--
John English


Back to the top