搜索资源列表
能延时退出的阻塞式socket函数的设计
- 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program m
EventSelectServer.rar
- 利用vc实现非阻塞式的select模型,实现了服务器和客护端的通信,Vc achieve non-blocking use of the select models, the realization of the server and client communications customer Care
socket
- 利用EPOLL写的一个简单的connect非阻塞模型-Written by EPOLL connect a simple non-blocking model
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
EqueueDemo
- 这是书上的代码,支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现---环形缓冲,攻克高级缓冲技术的关键,供大家参考-This is the code book to support non-blocking model with obstructive and thread-safe Ring Buffer Design and Implementation--- ring buffer, buffer technology to capture high-level key, for yo
Chartroom
- WSAAsyncSelect模型 非阻塞-WSAAsyncSelect model non-blocking
322
- tcp并发服务器,可以同时接受多个客户端的服务请求-tcp concurrent server can accept multiple clients at the same time the service request
netkitrelease
- 1)支持TCP、UPD协议以及混合模式; 2)封装线程池管理模型,支持多连接的并发服务器; 3)同时支持多服务器和多客户端的混合模式,特别适合于P2P系统开发; 4)线程异常退出保护机制; 5)简便的编程接口; 6)易扩展的数据封包方式; 7)低层采用Select非阻塞模型,并对Windows API进行封装,容易实现跨平台移植。 8)适用于中小型windows网络平台应用系统项目的开发。 -1) support for TCP, UPD, as well as
WSAAyncSelect
- Win32平台 异步模型 通过消息处理实现异步非阻塞-Win32 platform asynchronous model asynchronous message processing through the non-blocking
p2p
- 一个基于mfc的简单点对点聊天工具 需要知道对方IP 基于socket的非阻塞模型-Need to know the other IP socket-based non-blocking model based on simple peer-to-peer chat tools mfc
Myepoll
- epoll的简单实现,非阻塞网络模型.VS工程,直接打开即可-epoll simple implementation of non-blocking network model
chatsrv
- cs架构的多人聊天应用,基于epoll模型的非阻塞方式的实现,服务端多线程处理。-cs multiplayer chat application architecture to achieve non-blocking mode epoll model-based server multithreading.
Socket
- socket包含以下功能 1. 阻塞、非阻塞 2. I/O多路复用模型 3. epoll I/O多路复用模型 4. UDP编程等-socket includes the following features 1. blocking, non-blocking 2. I/O multiplexing model 3. epoll I/O multiplexing model 4. UDP programming
adafo
- 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现()