Thread

摘要: asp.net页面中的线程分为worker thread和i/o thread, worker thread用来处理页面请求, 要尽可能的返回. worker thread的资源很宝贵, 慎用之.阅读全文
posted @ 2007-12-10 14:46 jecray 阅读(150) | 评论 (0)  编辑
摘要: 如果你想在asp.net页面中采用异步技术, 请先看看这篇文章, 不要弄巧成拙了啊.阅读全文
posted @ 2007-12-10 13:46 jecray 阅读(220) | 评论 (0)  编辑
摘要: ThreadStart传入的方法不能带参数, 那如何启动一个带参数的线程呢? 我想这篇文章可以帮助你.阅读全文
posted @ 2007-12-10 12:15 jecray 阅读(146) | 评论 (0)  编辑
摘要: Introduction
In this article, I am going to explain asynchronous method calls and how to use them. After playing with delegates, threads, and asynchronous invocation for so long, it would be a sin not to share some of my wisdom and knowledge on the subject, so hopefully, you won’t be looking at an MSDN article at 1 AM wondering why you decided to go into computers. I will try to use baby steps and lots of examples… Overall, I will cover how to call methods asynchronously, how to pass paramet阅读全文
posted @ 2007-12-09 16:44 jecray 阅读(44) | 评论 (0)  编辑