Welcome![Sign In][Sign Up]
Location:
Search - IOCP

Search list

[Internet-NetworkIOCP_class

Description: 一个IOCP类,可作为进阶学习用 功能仅只是回显TCP连接-a IOCP category, as Advanced Learning Function is only connected to a TCP
Platform: | Size: 3396608 | Author: | Hits:

[Internet-NetworkDBSerial

Description: IOCP is the completionPort, it can help us do something in the network union-IOCP is the completionPort. it can help us do something in the network union
Platform: | Size: 163840 | Author: 西门吹雪 | Hits:

[ICQ-IM-ChatIOCPServerClient

Description: 一个IOCP的封装类库,可以用于编写可扩展的、稳定的通讯服务器和客户端。-a IOCP Packaging library can be used in the preparation can be expanded, stable communications server and the client.
Platform: | Size: 133120 | Author: wdf | Hits:

[TCP/IP stackIOCP_ChatServer

Description: 一个基于IOCP架构的聊天服务器例子程序.-a framework based on IOCP chat server examples procedures.
Platform: | Size: 27648 | Author: ligc | Hits:

[Internet-Network20070426

Description: 基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试 和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进 行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含 iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供 的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点 杀鸡用牛刀的味道,不过为了和服务器对应,应该使用该客户端,除非你自己实现 框架的消息格式)-based on the TCP port to complete network communication Framework Project iocp contains the framework for the realization of all generation code, the server and client is the framework of a simple test and application. Framework based on the news of TCP network communication, (to the TCP data "adhesion") and the Packaging, Packaging iocpapi.h the interface is very simple, Applications need only simple code contains iocpapi.h. can realize its own network application. Specific examples can reference server and client code for the 2 categories respectively for a server and the client (the client generally do not have a large number of link management, So it cracking a nut with a sledgehammer to the taste, but for the corresponding server, you should use the client. Unless you are th
Platform: | Size: 47104 | Author: tanglongsh | Hits:

[Internet-NetworkClientIOCP

Description: 客户端采用IOCP的方式,socket封装类-client using IOCP, socket Packaging Category
Platform: | Size: 7168 | Author: 朱明刚 | Hits:

[Telnet ServerWSAAsyncSelect

Description: Managed I/O Completion Ports (IOCP) is part of a .NET class library named Sonic.Net, which I first released on CodeProject in May 2005. Sonic.Net is a free open source class library that can be used in building highly scalable server side .NET pplications. This part-2 of Managed IOCP builds on top of my first Managed IOCP article. So it is a pre-requisite to read the first part of Managed IOCP before -Managed I/O Completion Ports (IOCP) is par t of a.NET class library named Sonic.Net, which I first released in May on CodeProject 200 5. Sonic.Net is a free open source class library that can be used in building highly scalable ser ver side.NET pplications. This part-2 of Manag ed IOCP builds on top of my first art Managed IOCP icle. So it is a pre-requisite to read the first p art of Managed IOCP before
Platform: | Size: 951296 | Author: 范志 | Hits:

[TCP/IP stackThreadPoolServer

Description: TCP/IP 线程池IOCP模式下的封装库代码,给大家参考参考.谢谢啊.-TCP/IP mode IOCP thread pool package database code, to your information. Thank you, ah.
Platform: | Size: 144384 | Author: 杨明 | Hits:

[CommunicationWinsockIOCP_demo

Description: IOCP源码。 IOCP源码。 IOCP源码。 IOCP源码。 -IOCP source. IOCP source. IOCP source. IOCP source. IOCP source. IOCP source. IOCP source. IOCP source.
Platform: | Size: 50176 | Author: 楠楠 | Hits:

[CommunicationServerIOCP

Description: 高性能IOCP源码。 高性能IOCP源码。 -IOCP source of high-performance. IOCP source of high-performance. IOCP source of high-performance.
Platform: | Size: 11264 | Author: 楠楠 | Hits:

[CommunicationClientIOCP

Description: 高性能IOCP源码之四。 高性能IOCP源码之四。 高性能IOCP源码之四。 -IOCP source of high-performance quater. IOCP source of high-performance quater. IOCP source of high-performance quater. IOCP source of high-performance quater. IOCP source of high-performance quater. IOCP source of high-performance quater.
Platform: | Size: 7168 | Author: 楠楠 | Hits:

[Web Serverfire-webserver-conn

Description: 采用IOCP,用AcceptEx来接受连接,代码精简清晰!-The use of IOCP, using AcceptEx to accept connections, the code to streamline the clear!
Platform: | Size: 14336 | Author: wang | 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:

[OS programiocpLinux

Description: linux windows 下iocp的一个不错的例子-linux windows under iocp a good example
Platform: | Size: 10035200 | Author: dd | Hits:

[Web ServerSmartHttpd

Description: IOCP server,一个比较高性能的基于完成端口的web服务器-IOCP server, based on a more complete high-performance web server port
Platform: | Size: 11264 | Author: lingxiao | Hits:

[Internet-NetworkClientIOCP

Description: 配合刚才上传的server进行IOCP测试,此客户端可以用于开发IOCP大型服务器时测试用-Just upload the server with the IOCP to test, This client can be used for the development of large-scale server IOCP test
Platform: | Size: 5120 | Author: sanren | Hits:

[Proxy ServerProxy_IOCP_Server

Description: 完成端口的代理服务器源代码,IOCP实现代理服务器,vc6开发-Port of the proxy server to complete the source code, IOCP realize a proxy server, vc6 to develop
Platform: | Size: 138240 | Author: talent | Hits:

[CSharpIOCPServerForCSharp

Description: 一个C API封装的IOCP库,并且用C#中组织成了类,对于使用C#来开发服务器程序,是一个不可多得的东西-A C API package IOCP library, and using C# In organizations has become a category, for the use of C# To develop server program, is a rare thing
Platform: | Size: 37888 | Author: 沈毅 | Hits:

[Internet-NetworkBackup

Description: IOCP测试的例子,不可多得的例子.在visual2005下测试通过.-IOCP test examples, a rare example. Visual2005 under the test.
Platform: | Size: 18432 | Author: dddddd | Hits:

[TCP/IP stackTCP_IOCP

Description: 高性能并发TCP网络服务IOCP框架修正VC2008版本!-High-performance concurrent TCP network services IOCP framework VC2008 amended version!
Platform: | Size: 16384 | Author: Night_Cat | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 44 »

CodeBus www.codebus.net