搜索资源列表
多线程服务器
- 多线程服务器,想当于浏览器的功能,一次可以打开多个HTTP连接,当然接收的文件类型有所限制-multithreaded servers, want the browser function, one can open multiple HTTP connections, of course, receive the file type restriction
考试系统
- 本系统是考试系统,代码完整,可以运行,服务器和客户器,多线程的应用的典型实例,请抓住机会啊。
epoll代理服务器
- 使用EPOLL机制实现的WEB代理服务器,采用多线程和页面缓存技术。
用DELPHI建立多线程COM服务器
- 用DELPHI建立多线程COM服务器
VC 多线程 服务器与客户端
- 多线程服务器
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
ThreadServer
- 用JAVA开发的多线程服务器,用了SOCKET,可从浏览器上访问.-JAVA development with multi-threaded server, using the SOCKET, can access from your browser.
01
- Delphi中一种成熟多线程服务器设计方案代码思路-Delphi in a mature multi-threaded server code design ideas
selectEventSerVer
- 本文设计实现基于selectEvent 的可伸缩模型服务器,代码封装了监听类、通信类,多线程管理类等-In this paper, the design of the selectEvent based scalable model for servers, code-type package of monitoring, communications, management and other multi-threaded
vcWebServer
- 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
TestSever
- 测试 socket 服务端,工具。。 简单socket多线程实现。-Test socket server, tools. . The realization of a simple multi-threaded socket.
QQ
- 实现多线程服务器和客户端的通信的qq聊天程序-Multi-threaded server and client side communications qq chat program
socket
- 用socket写的服务器端客户端程序,服务器端多线程,可以并发处理客户端的请求-Used to write server-side socket client program, server-side multi-threaded and can handle concurrent client requests
qt_http多线程断点续传下载
- 实现demo,从http服务器多线程断点续传。(Demo, from the HTTP server multi-threaded downloader.)
Win32多线程程序设计(源代码)
- ● Internet开发范例,包括ISAPI和WinSock。 ● 如何在服务器中使用线程和overlapped I/O。 ● 如何在多线程环境中使用C runtime函数库和MFC. ● 以C和C++写成的各个范例程序。 ● UNIX环境比较。让UNIX下的开发人员能转移到Win32. (Internet development examples, including ISAPI and WinSock. How to use threads and overlapped I
远程服务器文件传输
- 远程服务器文件传输,多线程,断点续传,服务器上删除,登陆验证(Remote server file transfer, multi-threading, breakpoint continuations, server deletion, login authentication)
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
多线程断点续传(基于HTTP协议)
- 能实现多线程断点续传,在网络中断后将已经上传的部分缓存在服务器,在连上网络后接着上传(To achieve multi-threaded HTTP cache, in part after the network interrupt has been uploaded on the server, to connect to the network and then upload)
多线程服务器程序例子
- 多线程服务器的程序例子,基于 QT5 开发,便于学习多线程客户端与服务器之间通讯(Multi-threaded server program example, based on QT5 development, easy to learn communication between multi-threaded client and server)