========================================================================
CONSOLE APPLICATION : VTCPTest Project Overview
========================================================================
AppWizard has created this VTCPTest application for you.
This file contains a summary of what you will find in each of the files that
make up your VTCPTest application.
VTCPTest.vcxproj
This is the main project file for VC++ projects generated using an Application Wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.
VTCPTest.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).
VTCPTest.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named VTCPTest.pch and a precompiled types file named StdAfx.obj.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
VTCP_Test_For_Windows_连接压力测试服务端(QIO模型)(开源).
共16个文件
h:3个
dll:2个
cpp:2个
5星 · 超过95%的资源 需积分: 9 44 下载量 145 浏览量
2015-02-04
14:08:17
上传
评论
收藏 109KB RAR 举报
温馨提示
什么是QIO,Q可以理解为 Quick(快速),也可以理解 Queue(队列),实际上其原理就是一个快速的任务队列操作,内部包涵高效的线程池任务分配代码,可以把VTCP内部事件快速的分配给应用层的线程池进行并行的处理。 QIO的优点,QIO吸收了ICOP+EPOLL双重优点;他像 EPOLL 接口一样,首先要应用层提交关心的事件,然后再像 IOCP 一样利用用户线程池从队列里取出1个事件来处理。线程池循环的取事件,处理事件,周而复始;QIO允许用户像IOCP一样,给线程池投递自定义事件。 QIO使用步骤 第一步:创建出VTCP_QIO_HANDLE,通过vtcp_qio_create()函数。 第二步:创建出N个用户线程池,循环调用vtcp_qio_get(...)取事件,然后更具事件类型去处理。 第三步:创建出VTCP_HANDLE,通过vtcp_socket/vtcp_socketshare,设置句柄为非阻塞模式,进行监听或者连接。 第四部:关联VTCP_HANDLE事件到VTCP_QIO_HANDLE上通过vtcp_qio_set(...)。 总共四步,就创建出了高性能的服务器与客户器。
资源推荐
资源详情
资源评论
收起资源包目录
VTCP_Test_For_Windows_连接压力测试服务端(QIO模型)(开源).rar (16个子文件)
VTCPTest(VC)(QIO)
Release
VTCP.dll 72KB
VTCPTest.exe 52KB
VTCPTest.suo 19KB
VTCPTest
stdafx.cpp 295B
stdafx.h 320B
VTCP.h 6KB
VTCPTest.vcxproj.filters 1KB
targetver.h 314B
VTCP.lib 8KB
VTCPTest.vcxproj.user 392B
VTCPTest.cpp 8KB
VTCPTest.vcxproj 5KB
ReadMe.txt 2KB
VTCPTest.sln 891B
Debug
VTCP.dll 72KB
VTCPTest.exe 35KB
共 16 条
- 1
资源评论
- yachao19702018-01-27正在学习,感谢分享
- 00114112015-04-19很好,值得学习
whgisok
- 粉丝: 7
- 资源: 9
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功