T
Tom P.
I'm translating a service to use WCF and we need to make sure we are
thread-safe (or that we don't need to be). Is WCF apartment threaded
or does it create a new AppDomain for each call? If I get two calls at
the same time will they interfere with each other? Do I have to make
stuff singleton?
I just don't need people paying there bills twice at the same time.
Tom P.
thread-safe (or that we don't need to be). Is WCF apartment threaded
or does it create a new AppDomain for each call? If I get two calls at
the same time will they interfere with each other? Do I have to make
stuff singleton?
I just don't need people paying there bills twice at the same time.
Tom P.