in ASP.Net, are long running static operations a bottleneck?
Posted
by Laramie
on Stack Overflow
See other posts from Stack Overflow
or by Laramie
Published on 2010-03-14T20:17:26Z
Indexed on
2010/03/14
20:25 UTC
Read the original article
Hit count: 240
If a long running operation is defined in a frequently called static method, is it a bottleneck for other threads in an ASP.Net application trying to call the same method?
Does that only apply to methods with the "Synchronized" attribute>?
I've searched and can't seem to find a definitive answer.
© Stack Overflow or respective owner