StrataFrame Forum

Does SharedDataTablesCollection support thread-safe?

http://forum.strataframe.net/Topic30083.aspx

By ChanKK - 6/16/2011

Hi
May 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)?

Please advice.
Thank you
By ChanKK - 6/20/2011

any advice?