Welcome![Sign In][Sign Up]
Location:
Search - overlapped io

Search list

[Windows Developoverlapped IO sample

Description: overlapped IO编程举例-overlapped IO For Programming
Platform: | Size: 5200 | Author: 陈子顺 | Hits:

[CommunicationvariousSockIOMmodels

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:

[WinSock-NDISGameClient

Description: 一个mfc编写的游戏大厅客户端,以及简单的扑克牌游戏,和一个基于overlapped io模型的服务器端程序
Platform: | Size: 289862 | Author: huangchen | Hits:

[Windows Developoverlapped IO sample

Description: overlapped IO编程举例-overlapped IO For Programming
Platform: | Size: 5120 | Author: 陈子顺 | Hits:

[Internet-NetworkOverlappedServer

Description: window socket网络编程的重叠IO模型的例子-window socket network programming overlap IO model examples
Platform: | Size: 32768 | Author: 旺旺 | Hits:

[CommunicationvariousSockIOMmodels

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:

[Web Serverweb

Description: web服务器 使用重叠IO和事件对象,确保程序的健壮性-web server using overlapped IO objects and events to ensure that robust procedures
Platform: | Size: 35840 | Author: huang | Hits:

[Internet-NetworkGameClient

Description: 一个mfc编写的游戏大厅客户端,以及简单的扑克牌游戏,和一个基于overlapped io模型的服务器端程序-The preparation of a game hall mfc client, as well as a simple poker game, and a model of overlapped io-based server-side program
Platform: | Size: 289792 | Author: huangchen | Hits:

[Internet-NetworkOverlappedIO

Description: socket Overlapped IO 的示例程序,很好的帮助理解socket的Overlapped IO 模型。-socket overlapped IO model.
Platform: | Size: 53248 | Author: | Hits:

[CommunicationUart

Description: 采用串口API 编写的重叠IO方式的串口通信程序,多次测试,性能不错。-com communication program by use com api overlapped io,and have a good performance
Platform: | Size: 26624 | Author: wh | Hits:

[CommunicationIO

Description: 串行通信与重叠IO 简单教程,很详细,欢迎下载-Overlapped IO with a simple serial communication tutorial, very detailed, are welcome to download
Platform: | Size: 19456 | Author: bob | Hits:

[Internet-NetworkOverlappedIO

Description: 本压缩包内含服务器端和客户端代码,服务器端基于winsock overlapped io模型的事件通知构建,暂时只创建一个线程,可响应64个IO操作,可通过增加线程来增加客户端响应数量和IO操作响应次数-The archive contains the server side and client side code, server-side model based on winsock overlapped io build event notification, being only create a thread, IO operations in response to 64 can be increased by increasing the thread to the number of client response and the IO operation response times
Platform: | Size: 155648 | Author: | Hits:

[Internet-NetworkOverlappedIO_CompletionRoutine

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:

[Internet-NetworkSocket_OverlappedIO_Model

Description: 基于VC++编写的socket 重叠io模型-Written in VC++ based socket overlapped io model
Platform: | Size: 1461248 | Author: yaozhiyong | Hits:

[Internet-Networkdsss

Description: 一种基于局域网的udp组播技术与实现,利用重叠io,与多线程池的nat技术-Udp multicast based on LAN technology and implementation, the use of overlapped io, nat and multi-thread pool technology
Platform: | Size: 3459072 | Author: Mikos | Hits:

[VC/MFCDataTranServer

Description: 数据转发软件,使用重叠IO模型,只有做简单修改就可以,做网络编程时的中间调试软件,判断是那一方没有发送数据。-Data forwarding software, using overlapped IO model, you can only do simple modification to do network programming in the middle of debugging software to determine which side is not sending data.
Platform: | Size: 71680 | Author: | Hits:

[Internet-NetworkOverlapped-IO-model-based-server

Description: 基于重叠IO模型的服务器程序,可以同时支持上万的链接,性能直逼完成端口。-Overlapped IO model based server program, can support thousands of links, the performance almost equal to the completion port.
Platform: | Size: 322560 | Author: | Hits:

[CommunicationIOOVERLAPPED

Description: 通过重叠IO结构进行TCP通信,添加简单自定义通信协议-TCP traffic, add a simple custom communication protocol overlapped IO structure
Platform: | Size: 22528 | Author: tttt | Hits:

[Software EngineeringOverlapped-IO

Description: IO 操作有太多讲究了,Overlapped IO重叠IO可以让你要求操作系统为你传送数据,并且再传送完毕时通知你, 它使你的程序在IO进行过程中仍然能够继续处理事务。 -IO operations have too much stress the Overlapped IO overlapped IO can let you ask the operating system for you to transfer the data, and then notify you once transfer is complete, It makes your program in the IO process of continuing to process the transaction.
Platform: | Size: 5120 | Author: tom | Hits:

[TCP/IP stackOverlapped--IO

Description: 本示例是VC网络编程模型示例 - 重叠IO模型,很有参考价值,欢迎下载-This example is a VC network programming model examples- overlapped IO model is of great reference value, welcome to download
Platform: | Size: 11083776 | Author: chenfeng | Hits:
« 12 »

CodeBus www.codebus.net