Open
Description
Using threads in conjunction with the ROOT library is now very much common place and more than once users have run into problem 'just because' they forgot to call ROOT::EnableThreadSafety();
.
After verifying that the cause on a single thread application is low enough (to not harm 'too much' existing users running large single thread workloads), we probably should make ROOT::EnableThreadSafety();
the default.