Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Should we synchronize call to a static method?

0 views
Skip to first unread message

deostroll

unread,
Dec 23, 2008, 2:06:01 AM12/23/08
to
For e.g. WebRequest.Create() is defined as static in the System.Net namepace
library. Suppose if I had a method that called this method do I have to allow
only one thread to access it at a time.
0 new messages