Description: 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i / o, a simple read client data sent Platform: |
Size: 34713 |
Author:蓝狐 |
Hits:
Description: 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 the select API. Only a server sample is provided.
WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a
server sample is provided.
WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided.
overlapped Illustrates the overlapped IO model using events.Only a server sample is provided.
iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: |
Size: 79158 |
Author:Janferry |
Hits:
Description: 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i/o, a simple read client data sent Platform: |
Size: 34816 |
Author:蓝狐 |
Hits:
Description: 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 the select API. Only a server sample is provided.
WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a
server sample is provided.
WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided.
overlapped Illustrates the overlapped IO model using events.Only a server sample is provided.
iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: |
Size: 78848 |
Author:Janferry |
Hits:
Description: 利用套接字重叠IO模型开发网络词典程序。该程序由服务器和客户端两部分组成,服务器主要包括数据包设计,多线程设计,界面设计。服务器负责为客户端提供英文单词的查询服务,主要包括为客户端提供英文单词的汉语含义查询 管理客户端的连接,增加,编辑和删除英文单词及其汉语含义,自动记录未知含义的单词。客户端包括界面设计,多线程设计。客户端负责向服务器发送英文单词的汉语含义查询请求,并接受服务器的应答,客户端利用套接字重叠IO模型的事件通知方法对套接字管理。-Overlapped socket IO model development using web dictionary program. The program by the server and the client of two parts, the server includes the data package design, multi-threaded design, interface design. Platform: |
Size: 208896 |
Author:WANGTAO |
Hits:
Description: 利用套接字重叠I/O模型开发网络词典程序。由服务器和客户端二部分组成。-Use Socket overlapped I/O model development online dictionary program. Second, by the server and client components. Platform: |
Size: 208896 |
Author:zhangbo |
Hits:
Description: 基于完成例程的重叠IO模型,服务器端用个三个辅助线程来处理重叠IO操作,可通过增加线程来提高响应请求速度,此模型比基于事件通知伸缩性更好,服务器端用队列(选择队列更易于管理)存储了某个时间点的客户端socket,再用辅助线程处理-IO overlapped completion routines based model of the server with a three worker threads to handle overlapped IO operation can be improved by increasing the response to the request thread to speed, this model is better than the scalability of event-based notification, server-side with a queue (selected easier to manage the queue) to store a certain point in time the client socket, then the worker thread processing Platform: |
Size: 138240 |
Author: |
Hits:
Description: 功能包括注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。-PeerYou remote control software source code, the full realization of registry processing, document processing. Multi-threaded server services can best handle SOCKET request. Data receive and send functions can be said at this stage the best use of asynchronous overlapping operations. You can get charged on the machine hardware information, file information, registry, and to screen control. Code SOCKET overlapped I/O implementations are also worth considering Platform: |
Size: 7438336 |
Author:丁同 |
Hits:
Description: 套接字 重叠模型 ,重叠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 e两个函数,
针对设备执行I / O操作。-Socket overlap model, overlapping I/O (Overlapped I/O) model so that applications can achieve better system performance. The basic design principles overlap model is to enable applications to use an overlapping of the data structure, a delivery of one or more Winsock I/O requests. For those requests submitted in their complete, the application can provide them with services. The model is applicable in addition to Windows CE platform outside of Wi ndows. The overall design of the model to Wi n 3 2 overlapping I/O mechanisms. That the mechanism by R ead F ile and Wr ite F ile two functions for the device performs I/O operations. Platform: |
Size: 3072 |
Author:qin |
Hits: