D
David C
I will be having my windows application run on the network so as to make
deployment and maintenance easy.
My concern is thread safety. I guess static objects aren't threadsafe
for sure, but then again, is anything thread safe?
Is there a easy way to address this? I am guessing that I just have
every user operate in a distinct thread.
deployment and maintenance easy.
My concern is thread safety. I guess static objects aren't threadsafe
for sure, but then again, is anything thread safe?
Is there a easy way to address this? I am guessing that I just have
every user operate in a distinct thread.