G
Guest
hi there, I hope that someone will be able to shed some light on little old
confused me.
We are developing an application which will be deployed onto a Terminal
Server machine. The application will be used concurrently by multiple users.
We have a static object (which as you well know is only static per
AppDomain), -I think I've just figured out the answer to my question, but
perhaps some confirmation wouldn't go amiss-
The question is ... will each user have their own static object? ...
and I think the answer is yes, because static objects (I believe) are static
per AppDomain per process
If someone could confirm or deny I would appreciate it very much.
Thanks in advance
confused me.
We are developing an application which will be deployed onto a Terminal
Server machine. The application will be used concurrently by multiple users.
We have a static object (which as you well know is only static per
AppDomain), -I think I've just figured out the answer to my question, but
perhaps some confirmation wouldn't go amiss-
The question is ... will each user have their own static object? ...
and I think the answer is yes, because static objects (I believe) are static
per AppDomain per process
If someone could confirm or deny I would appreciate it very much.
Thanks in advance