【发布时间】:2014-07-17 14:56:23
【问题描述】:
许多文章(例如this 一篇)说 ASP.NET (MVC) 中异步方法的优点是它们允许将线程释放到线程池,从而允许服务其他请求。如果异步方法不使用线程池线程,它们在哪里执行,为什么?
【问题讨论】:
-
There is no thread。 Stephen cleary 做到了。
-
@SriramSakthivel 谢谢,点赞。
标签: c# asp.net .net asp.net-mvc