搜索资源列表
-
0下载:
实现了一个功能简单的HTTP代理服务器,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-A simple HTTP proxy server, including the initial segment and the delete segment, use the segment accomplish mutual exclusive access of the multithread
-
-
2下载:
Web服务器的实现主要是服务器端接受并响应客户端的请求,本次设计是在Visual C++开发平台上使用Winsock编程技术开发Web服务器程序。
该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。
-The realization of the Web Server is based on the acceptance and response of the server
-
-
0下载:
使用Visual C++编写的网络应用程序的基于NET的服务器程序,适合初学者提高使用。-The use of Visual C++ to prepare the web application server based on the NET program, suitable for beginners increase.
-
-
0下载:
A simple client for a chat server. Not using MFC, just winsock and c thread.
The program is multithread and needs a server to connect to.
-
-
0下载:
用java多线程实现服务器与客户端之间的文件传输的代码 大家参考下-Multithread with java server and transfer files between the client code we refer to the following
-
-
0下载:
一份介绍多线程服务器的常用编程模型的文档,pdf格式-this is a pdf file about multithread server model
-