IOCP
- abbr.印度海外通信计划(Indian Overseas Communication Project);输入/输出控制程序
-
Research of HTTP proxy method based on single IOCP
基于单个I/O完成端口的HTTP代理方法研究
-
Design of bottom module of server based on IOCP
基于完成端口的服务器底层通信模块设计
-
Study and Application of Multi-Thread in IOCP Server Test
多线程在IOCP服务器测试中的研究和应用
-
The IOCP technology is widely used for different types of high performance servers as Apache etc.
IOCP技术被广泛应用于各自高性能的服务器,像Apache等。
-
The Application of IOCP in the P2P Network Game
IOCP机制在P2P网络游戏中的应用
-
This source code uses the advanced IOCP technology which can efficiently serve multiple clients .
源代码使用高级的IOCP技术,这种技术能高效的为多个客户端提供服务。
-
Design And Implementation Of News-Exchange Platform Based On IOCP
基于IOCP的新闻交换平台的设计与实现
-
By using IOCP , we can overcome the " one-thread-per-client " problem .
通过使用IOCP,我们可以解决“每个客户端占用一个线程”的问题。
-
This is a minor problem , and is a result of the design of the code , rather than an IOCP specific problem .
这是一个较小的问题,代码设计导致的问题更胜于IOCP的特定问题。
-
An IOCP object is associated with several I / O objects that support pending asynchronous I / O calls .
一个IOCP对象和很多支持异步I/O调用的I/O对象相联系。
-
Four thorny IOCP coding hassles and their solutions
四个棘手的IOCP编码问题和解决方法
-
How does IOCP work ?
IOCP是怎样工作的?
-
The class uses IOCP ( Input Output Completion Ports ) and asynchronous ( non-blocking ) function calls which are explained later .
类使用IOCP(输入输出完成端口)和异步(无阻塞)函数调用予以解释后。
-
Telnet Proxy Based on IOCP
基于IOCP的Telnet代理
-
This article focuses on the practical solutions that arise with the IOCP programming API , and also presents an overall documentation of the source code .
文章主要关注利用IOCP应用API函数的实际解决方案,也提供了一个全面的代码文档。
-
IOCP provides a way to have a few ( I / O worker ) threads handle multiple clients'input / output " fairly " .
IOCP提供了一种利用有限的(I/O工作线程)公平的处理多客户端的输入/输出问题的解决办法。
-
But if we want to use the IOCP server 's full potential , we should have several pending asynchronous reads waiting for data to arrive .
但是,如果我们想发挥IOCP服务端的全部潜能,我们应该启用几个等待的异步读事件,等待数据到达。
-
A thread that has access to an IOCP can be suspended until a pending asynchronous I / O call is finished .
一个可以访问IOCP的线程可以被挂起,直到一个待定的异步I/O请求结束。
-
The goal of the source code is to provide a set of simple classes that handle all the hassled code that has to do with IOCP .
源码的目标是提供一系列简单的类来处理所有IOCP编码中的问题。
-
Compared with traditional method that a thread services a client , by using IOCP model , the lower CPU usage , higher CPU utilization and more timely client response can be achieved .
与传统上一条线程服务一个客户端的方法相比,IOCP模型具有更低的CPU使用率,更高的CPU利用率,对客户端的响应更加及时。
-
We have already stated that IOCP is nothing but a thread synchronization object , similar to a semaphore , therefore IOCP is not a sophisticated concept .
我们已经看到IOCP只是一个线程同步对象,类似于信号灯,因此IOCP并不是一个复杂的概念。
-
As an important part of business automation system , PC business client system mainly adopts COM and IOCP which are responsible for interaction with WEB accounting system and multi-threaded server of China Unicom .
作为营业自动化系统的重要组成部分之一,PC营业客户端系统主要采用COM和IOCP技术,负责与联通WEB营帐系统和多线程服务器交互。
-
IOCP presents an efficient solution to the " one-thread-per-client " bottleneck problem ( among others ), using only a few processing threads and asynchronous input / output send / receive .
IOCP提供了一个有效的解决办法“一个线程每客户”的瓶颈问题(等等),只用少数的处理线程和异步输入/输出传送/接收。
-
In the realization of network layer module , it uses IOCP mode to build resource coordination server . A flooding algorithm is designed to prevent the failure situation of the resource coordination server , during network architecture transformation .
在网络层模块实现中采用IOCP完成端口模型构建了资源协调服务器,用于维护文件信息和节点信息,进行日志管理与负载平衡,设计了资源协调服务器失效后的泛洪算法,用于网络体系结构变换。
-
In order to ensure that the system works securely , efficiently and stably , the techniques of IOCP and memory pool are employed to enhance its capacity of dealing with concurrent connects and ability of load .
为保证认证服务系统安全、高效、稳定地工作,采用了IOCP技术和内存池技术来增强系统的并发处理能力和负载能力。
-
This can be solved by only using one worker thread , and committing only one I / O call and waiting for it to finish , but if we do this , we lose all the benefits of IOCP .
这可以通过只使用一个工作者线程来解决,并只提交一个I/O请求,等待它完成。但是如果这么做,我们就失去了IOCP的长处。
-
Paper realized this Teaching-Assisted System in the VC program developing environment by using the Object-Oriented technology . Our program bases on the Client / Server mode , runs in the CAI System Server in TCP / IP network environment and adopts the parallel IOCP server structure .
论文利用面向对象技术在VC开发环境下编程实现了该教学辅助系统,程序基于C/S模式,运行于TCP/IP网络环境中的CAI系统服务器中,采用并行的完成端口服务器架构。
-
I / O complete port ( IOCP ) of Windows present an efficient solution to the one-thread-per-client bottleneck problem . Using only a few processing threads and asynchronous input / output or send / receive , IOCP can handle over 2 000 giant connects of clients .
Windows下完成端口(IOCP)模型只需少数几个工作线程以及异步读写操作就可处理2000个以上的客户端的并发连接。