HiMay I know if SharedDataTableCollection support thread-safe?
I have check SF source code, and didn't see any thread safe code such as Monitor.Enter() / lock() is used while manipulate BO.SharedDataTables. Do you think it is required since it is static field which shared across whole application (especially web environment)?