搜索资源列表
stopthread
- 假定你需要你的程序能够停止线程,你需要一个告诉线程何时停止的方法,这个可以实现。-assume you need you can stop the process threads, you need a thread when told to stop, this can be achieved.
vcThreadSynchronization
- 在vc中利用父子间进程通信来实现的线程同步-use in vc process communication between father and son to achieve the synchronization thread
tcp
- TCP socket for server, select process mutil thread process and synchronization
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro