G
Guest
Can someone please discuss "Synclock" or other methods to use for making a
class 'thread safe". I need to have about 4 processes running (probably on
backgroundworker threads) and all will need to call the same class for
reading data (not SQL Server). If each worker thread creates an "instance"
of the class, won't that be good enough?
TIA
class 'thread safe". I need to have about 4 processes running (probably on
backgroundworker threads) and all will need to call the same class for
reading data (not SQL Server). If each worker thread creates an "instance"
of the class, won't that be good enough?
TIA