Static Members in ASP.NET
Brady Kelly <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Organization | Chase Software |
| Message-ID | <[email protected]> |
I haven't really had the time to look into this, but I've just become suspicios of static method I added to a helper object. Normally all my Winforms helper methods are static, but they're all basically single threaded. What are the threading implications of a static helper method in ASP.NET? Don't concurrent requests run in separate threads that all share the same static helper method? =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com