搜索资源列表
Overlapped
- 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i / o, a simple read client data sent
variousSockIOMmodels
- Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
socket
- socket通信模型EventSelect,Overlapped,select,WSAAsyncSelect,WSAEventSelect的实例代码-socket communication model
OverlappedIO
- socket Overlapped IO 的示例程序,很好的帮助理解socket的Overlapped IO 模型。-socket overlapped IO model.
IOModel
- 利用套接字重叠IO模型开发网络词典程序。该程序由服务器和客户端两部分组成,服务器主要包括数据包设计,多线程设计,界面设计。服务器负责为客户端提供英文单词的查询服务,主要包括为客户端提供英文单词的汉语含义查询 管理客户端的连接,增加,编辑和删除英文单词及其汉语含义,自动记录未知含义的单词。客户端包括界面设计,多线程设计。客户端负责向服务器发送英文单词的汉语含义查询请求,并接受服务器的应答,客户端利用套接字重叠IO模型的事件通知方法对套接字管理。-Overlapped socket IO model
OverlappedModel
- Overlapped Model---重叠I/O Socket通讯模型-Overlapped I/O Socket Communication Model
09
- 利用套接字重叠I/O模型开发网络词典程序。由服务器和客户端二部分组成。-Use Socket overlapped I/O model development online dictionary program. Second, by the server and client components.
OverlappedIO_CompletionRoutine
- 基于完成例程的重叠IO模型,服务器端用个三个辅助线程来处理重叠IO操作,可通过增加线程来提高响应请求速度,此模型比基于事件通知伸缩性更好,服务器端用队列(选择队列更易于管理)存储了某个时间点的客户端socket,再用辅助线程处理-IO overlapped completion routines based model of the server with a three worker threads to handle overlapped IO operation can be improv
Socket_OverlappedIO_Model
- 基于VC++编写的socket 重叠io模型-Written in VC++ based socket overlapped io model
Socket_OverlappedIOWithCom_Model
- 基于VC++编写的socket 重叠io 完成例程模型-Written in VC++ based socket overlapped completion routine model io
peer-you
- 功能包括注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。-PeerYou remote control software source code, the full realization of registry processing, document processing. Multi-threaded server services can best handle SO
overlap
- 套接字 重叠模型 ,重叠I / O(Overlapped I/O) 模型使应用程序能达到更佳的系统性能。重叠模型的基本设计原理便是让应用程序使用一个 重叠的数据结构,一次投递一个或多个Winsock I/O请求。针对那些提交的请求,在它们完成 之后,应用程序可为它们提供服务。该模型适用于除Windows CE之外的各种Wi n d o w s平台。 模型的总体设计以Wi n 3 2重叠I / O机制为基础。那个机制可通过R e a d F i l e和Wr i t e F i l