I am using HttpContext.Server.Execute() in iHttpHandler which activates the download process. And in that class, which is making the download I use Thread.Sleep().
My question is, that can I release that sleep time to system so that system can do other things on that time?
My question is, that can I release that sleep time to system so that system can do other things on that time?