码迷,mamicode.com
首页 > 编程语言 > 详细

Web Api2 中线程的使用

时间:2015-04-29 19:19:02      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

System.Threading.Thread th = new System.Threading.Thread(方法名);
th.IsBackground = true;
th.Start();

上面是之前经常的写法,更新到服务器后发现该应用程序池经常频繁挂掉,把方法单独放到一个类中,然后使用new来每次实例化,就没不会挂掉了

Web Api2 中线程的使用

标签:

原文地址:http://www.cnblogs.com/New-world/p/4466536.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!