ilya2 Posted February 17, 2005 Posted February 17, 2005 Hi, I'm not quite certain about the behaviour of lock() statement. So, let me ask you this question. Is there any possibility to cause a deadlock when in my DLL, everywhere is a lock used this way: lock (typeOf(Class1)) { } (everywhere the same Class1 is used, even in other classes). And, is it any good way to achieve serial processing at all? Thanks for you ideas. Quote Ilya
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.