Re: Request
From: Marcus Frenkel <marcus.frenkel@xxxxxxxxx>
Date: Wed, 21 Oct 2009 00:25:26 +0200 (CEST)
On Tue, Oct 20, 2009 at 10:14 PM, Soren Dreijer <dreijerspam@xxxxxxxxxxx> wrote:
> gloox::ConnectionError::ConnDnsError is just a constant enum value that can
> never change. I don't see why that isn't thread-safe? ...

I know it comes down to atomic, but the perfect case would be that
only one thread should read the shared data at any time. When it comes
to writing at the same time, it is more risky and this is not the case
here.

Marcus