I read somewhere (I can't remember where) that it is possible, in certain circumstances, for an ASP.NET response to be switched, while being processed, between threadpool threads - sometimes in the middle of an executing method.
Is this true? If so, how is this accomplished? If not, what could the author possibly have meant by this?