views:

177

answers:

1

I have seen lots of documentation on how Agile Asp.Net Request handling is? I want to know is the case same with WCF Request handling. Can we rely on the fact that the Thread that starts Wcf request handling will finish it?

I am maintaining a Wcf Application where at lots of places ThreadStatic variables are used. Although the code is working but is it reliable? Is it worth changing it or should I keep it as it is?

+2  A: 
Anders Abel
@Anders: +1 - excellent link - thanks! I was kinda leaning towards that, but couldn't back it up in any way, shape of form
marc_s