[Mono-devel-list] Thread.CurrentCulture and appdomains

Ben Maurer bmaurer at ximian.com
Tue Nov 2 13:16:51 EST 2004


> Luckily, the other properties seem to be just
> convenience wrappers around thread state settings, and return bool or
> enums.

One issue here may be that we are using lock () to syncronize the
modification of bitfields. The object that we lock on is not shared across
appdomains. Maybe we should just use a cmpxchg based impl.

-- Ben





More information about the Mono-devel-list mailing list