搜索资源列表
WCF_AsyncCall.rar
- C#WCF 服务并发管理,编程源代码,包括线程池的例子。,Concurrent C# WCF services management, programming source code, including examples of the thread pool.
ThreadPool-and-join
- 普通线程的创建,通过 委托ThreadStart对应的函数来执行相关操作; 通过线程池,可以直接从池中查找出空闲线程,让它执行委托WaitCallback对应函数来执行相关操作。使用时要与AutoResetEvent来并用,以在线程结束时通知主线程退出;-The common thread creation, commissioned by the the ThreadStart corresponding function to perform the related operation
