搜索资源列表
select
- 使用select模型进行网络编程的例子,使用标准c编程,移植性能好,是最基本的网络模型
select
- unix/linux系列中select模型的经典代码,可惜不是c++写的。
select
- 基于select模型的面向连接的sock例程,包含服务器端和客户端,结构非常清晰!
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
windows 5大io网络模型
- iocp select wsaselect。。 五大网络io模型 附源代码
EventSelectServer.rar
- 利用vc实现非阻塞式的select模型,实现了服务器和客护端的通信,Vc achieve non-blocking use of the select models, the realization of the server and client communications customer Care
windowsSocket-select.rar
- window网络模型之select篇 实现的远程下载的程序 包括客户端服务器,network model window of select articles to achieve the process of downloading the remote client-server
TCP_UDP-Socket
- TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
SelectSocket
- socket编程常用到的方法,select 模型,实现网络传输,源码很好用。-socket programming methods commonly used, select model, network transmission, source code is useful.
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
TCP-Select
- VC开发环境利用select 模型开发服务器-VC model development environment, development server using select
Socket_Select_Model
- VC++编写的socket select 模型示例-Written in VC++ examples of socket select models
myNewChatServer
- win32 socket select模型多线程 c/s聊天服务器 服务器简单的接受命令和转发消息,自定义协议 -Hello World!
chat
- 都是采用 多线程 Select 模型 自己封状的 winsock api类-And are based on multi-threaded closure Select model their category like winsock api
Socket
- socket网络编程的五种I/O模型之一:select模型。-socket network programming of five I/O model one: select the model.
select
- 使用select模型实现文件请求及应答,包含server和client-The use of select models for file request and response, including the server and client
select
- 五大模型之一的Select模型,请大家查看后,指出缺点所在。-five
select
- 高效select模型源代码,适合初学者下载。非常不错的学习资料。-Efficiently select model source code, suitable for beginners to download. Very good learning materials.
chatroom
- 局域网聊天室 Server Client 都是采用 多线程 Select 模型 自己封状的 winsock api类-LAN chat rooms Server are Are using multithreading the Select models of sealing shape winsock API classes
SelectDemo
- 这是一个使用了Select模型的聊天系统(非阻塞型的),其中的数据包结构是自定义的(This is a chat system that uses the Select model (non blocking), where the packet structure is custom)