ValidatorEngine Thread-Safe
Description
Environment
None
Activity
Show:

Dario Quintana September 23, 2008 at 10:49 AM
Resolution:
ThreadSafe dictionaries used.
Lock on StateFullClassValidatorFactory#GetRootValidator(System.Type type).
Tests added.
Who's Looking?
Right now the ValidatorEngine for validators fields is using ThreadSafeDictionary. Seems to be the only place to take care about it.
Testing need it.