搜索资源列表
vs2005CharpThreadPoolDemo
- 在vs2005下的一个演示线程池使用的程序。CSharp完整工程-vs2005 in a demonstration of the use of the thread pool procedures. CSharp complete works
spider_demo.rar
- C#多线程网络爬虫,使用线程池来控制线程,效率不错。,C# multi-threaded network reptiles, use the thread pool to control the thread, good efficiency.
SmartThreadPool
- CSHARP实现的比较好的线程池,历经多个项目的测试-THREAD POOL
SmartThreadPool_20
- 智能线程池,提供缓冲线程,可用于网络应用,计算等方面-using for provide smart thread pool
WorkQueueThreading_src
- 一个很好的多线程的例子,包括线程池等。是一个比较实用的多线程程序-A good example of multi-threading, including the thread pool and so on. Is a more useful multi-threaded program
xianchengchi
- 线程池的应用,以及消费者生产者的关系,很简单的一类。拿来分享-Application of the thread pool, the relationship between producers and consumers, a very simple category. Used to share
MonitorSample
- c#多线程池的操作实例,绝对好使!已经经过 测试了!-good!
Threadpool
- c#线程池实现代码,可以基于他进行扩展,system.threadding-C# threadpool
Csharepool
- vs2005线程池的使用 和 程序池高级应用-Senior vs2005 application thread pool
threading
- 介绍c#线程.. 创建、启动和终止线程 使用线程池 线程同步和互交 -Introduction c# thread .. to create, start and terminate the thread using the thread pool thread synchronization and mutual cross-
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判