Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - iocp
Search - iocp - List
一个封装的IOCP 网络通讯的demo程序。-IOCP a package of the demo process network communications.
Update : 2024-05-08 Size : 26624 Publisher : 秋叶

delphi下的IOCP模型。可以下载来试试。-IOCP model under delphi. Can download to try.
Update : 2024-05-08 Size : 105472 Publisher : dongjian

DL : 0
模仿wiondws写的linux/freeBSD系统的IOCP-iocp for linux/freebsd
Update : 2024-05-08 Size : 626688 Publisher : huangwei

DL : 0
毕业设计,软库网络监控系统 服务器框架 基于IOCP和线程池-hello
Update : 2024-05-08 Size : 2048 Publisher : 张强

DL : 0
完成端口实例并配有文字解说。是一个相当不错的源码。本人整理-Examples of completion port with a language guide. Is a very good source. I collate
Update : 2024-05-08 Size : 4096 Publisher : 张克

当你开发不同类型的软件,你迟早必须处理C/S的开发。对一个程序员来说,写一个通用的C/S编码是一项困难的工作。本文档提供了一份简单但是功能强大的C/S源码,可以扩展到任何类型的C/S应用程序中。这份源码使用了高级的IOCP技术,该技术可以高效的服务于多客户端。IOCP提供了解决“每个客户端占用一个线程”的瓶颈问题的办法,只使用几个处理线程,异步输入/输出来发送/接收。IOCP技术被广泛应用在各种类型的高效服务端,例如Apache等。这份源码也提供了一系列的在处理通信和C/S软件中经常使用的功能,如文件接收/传送功能和逻辑线程池管理。本文重点在于出现在IOCP程序API中实用的解决方案,以及关于源码的全面的文档。另外,一份简单的echo版的可处理多连接和文件传输的C/S程序也在这里提供。 -When you develop different types of software, sooner or later you have to deal with C/S development. Of a programmer is to write a generic C/S coding is a difficult job. This document provides a simple but powerful C/S source code, can be extended to any type of C/S application. This source code uses the advanced IOCP technology, which can efficiently serve many clients. IOCP provides a solution "for each client thread occupying a" bottleneck problem, use only a few deal with threads, asynchronous I/O to send/receive. IOCP technology has been widely used in various types of efficient client services, such as Apache and so on. This source also provided a series of communications and in dealing with C/S software frequently used functions, such as file receiving/sending functions and logic thread pool management. This article focuses on IOCP procedures appear in the API in practical solutions, as well as a comprehensive source about the document. In addition, a simple vers
Update : 2024-05-08 Size : 151552 Publisher : 高军

iocp 学习的例子和学习文档,很好东东西。-a good example to learn iocp programming
Update : 2024-05-08 Size : 152576 Publisher : 陈金力

WINDOWS SOCKET IOCP模型编程例子-WINDOWS SOCKET IOCP
Update : 2024-05-08 Size : 176128 Publisher : chen

另一个很不错的iocp完成端口程序,可以参考-another good iocp demo for your reference
Update : 2024-05-08 Size : 23552 Publisher : h

DL : 0
完整端口的编程,代码精良,设计完整.希望大家继续完善-Port complete programming, code well, design integrity. I hope you will continue to improve
Update : 2024-05-08 Size : 2647040 Publisher : sander

Server/client source code about Completion Port. very helpful
Update : 2024-05-08 Size : 5243904 Publisher : zsg

DL : 0
iocp电话c++实现 里面附有一个demo实例-iocp telephone network c++ programming.everybody can download
Update : 2024-05-08 Size : 21504 Publisher : 张三丰

DL : 0
iocp小程序,用于网络通信的的,希望大家进行交流-iocp
Update : 2024-05-08 Size : 405504 Publisher : IOCPDemo

DL : 0
完成端口的一个例子,实现了心跳。 一个初学者最好的工具-An example of the completion of the port to achieve a heart rate
Update : 2024-05-08 Size : 2189312 Publisher : 刘志文

与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.
Update : 2024-05-08 Size : 676864 Publisher : cmd9x

一套完整的DDOS攻击软件代码 包括服务端 客户端 采用IOCP上线-a DDOS attacks tool src , including client server online using IOCP
Update : 2024-05-08 Size : 2584576 Publisher : gt

本例说明了如何将IOCP机制应用于UDP协议。本例中包含两个工程(UDP_Multicast_IOCP_CLIENT和UDP_Multicast_IOCP_SERVER),分别是客户程序和服务器程序。主要功能是基于I/O完成端口的IP多播。-This example shows how the mechanism will be applied to UDP protocol IOCP. In this case consists of two projects (UDP_Multicast_IOCP_CLIENT and UDP_Multicast_IOCP_SERVER), respectively client and server program. Main function is based on the I/O completion port IP multicast.
Update : 2024-05-08 Size : 12288 Publisher : wanglei

DL : 0
vc实现完成端口(IOCP)例子,很完整。-vc IOCP
Update : 2024-05-08 Size : 8192 Publisher : 吴燕杰

与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.
Update : 2024-05-08 Size : 677888 Publisher : 老夫子

UDp的完成 端 口 模 型 试试看吧-udp iocp complete
Update : 2024-05-08 Size : 11264 Publisher : zh
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 44 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.