搜索资源列表
NetLibrary
- 网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid b
SGIPAPI1.44(Update-20040901)
- 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和网络性能,再大的业务量也能够得到及时处理,丢包率小于0.01
ThreadLibrary
- 线程池 网络封装库 提供源码 编写网络程序-Thread Pool network package provides source code for the preparation of network programming
网络游戏线程池模型
- <VC++网络游戏建摸与实现>源代码-lt; VC network games modeling and implementation gt; Source code
tpool
- 程序描述了网络开发过程中,线程池的开发、使用
wuziqi
- 网络编程,多线成,线程池,完成断口模式.课程红色机加速度解放受到技术
ThreadSocket.rar
- 利用线程池实现的多线程网络通信框架,使用简单,性能优良,The use of pure pool of multi-threaded implementation of network communication framework
VC-game-code.rar
- 一本关于C++服务器/客户端网络编程的书的源代码,很有价值,尤其是服务端包含IOCP,线程池,学习者大大的福音,A book on C++ server/client network programming book' s source code, great value, especially in the service-side with IOCP, thread pool, learners greatly Gospel
spider_demo.rar
- C#多线程网络爬虫,使用线程池来控制线程,效率不错。,C# multi-threaded network reptiles, use the thread pool to control the thread, good efficiency.
mnet_demo
- 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
windows_server
- 一个基于IOCP的高效率的网络引擎 使用IOCP搭建的网络引擎,支持内存池,线程池,数据库连接池,实时加密等等。简单好用!开源,带demo例子-IOCP-based high efficiency of a network engine, network engine built using the IOCP to support the memory pool, thread pools, database connection pool, real-time encryption an
SmartThreadPool_20
- 智能线程池,提供缓冲线程,可用于网络应用,计算等方面-using for provide smart thread pool
MolNet
- 使用IOCP搭建的网络引擎,支持内存池,线程池,数据库连接池,实时加密等等。简单好用!-Use IOCP to build the network engine, support for memory pool, the thread pool, database connection pool, real-time encryption and so on. Easy to use!
msn
- msn 网络聊天、传收文件程序,VC++60实现,包含全部源代码-msn web chat, Chuan documents procedures, VC 60 realization, including all source code
iocp
- 毕业设计,软库网络监控系统 服务器框架 基于IOCP和线程池-hello
ThreadPool
- 线程池的源文件和头文件用于网络编程的服务器端处理多个客户请求-ThreadPool.h and ThreadPool.cpp deal with serve for many of sclients
netkitrelease
- 1)支持TCP、UPD协议以及混合模式; 2)封装线程池管理模型,支持多连接的并发服务器; 3)同时支持多服务器和多客户端的混合模式,特别适合于P2P系统开发; 4)线程异常退出保护机制; 5)简便的编程接口; 6)易扩展的数据封包方式; 7)低层采用Select非阻塞模型,并对Windows API进行封装,容易实现跨平台移植。 8)适用于中小型windows网络平台应用系统项目的开发。 -1) support for TCP, UPD, as well as
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
VCPP-IOCP
- VC++ IOCP+线程池网络通讯源码 几万个主机在线无压力-VC++ IOCP+ thread pool hosts tens of thousands of network communications source code online without pressure
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应