搜索资源列表
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模型 附源代码
HelpNew
- 一个控制台的select模型的聊天服务器-console select a chat server model
ChatClientNew
- 一个select模型的聊天客户程序-a select model Chat client
不错的多人聊天程序
- 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成,客户端采用WSAAynscSelect模型,底层采用xml对传输协议进行了包装 ! -support people while chatting, Private Chat support, the support of true IP transmission of documents between users, the server port u
00000
- 该程序演示了使用SOCKET select API模型,对用SOCKET进行网络服务器编程来说可以是一个很好指导-demonstration of the procedure used SOCKET select API model used for network server socket programming because it is a good guide
selectio
- 5大IO模型之一:select模型,介绍selectio的一般流程-five large IO model one : select models, introduced the general process compo
AsyncSelectmodule
- 5大IO模型之四:asyncselect模型,介绍asyncselect模型的一般编程流程。-five large IO model four : asyncselect model, the model introduced asyncselect general programming process.
HikPlaySrv
- Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is S
select
- 使用select模型进行网络编程的例子,使用标准c编程,移植性能好,是最基本的网络模型-Select model using the example of network programming, using the standard c programming, transplant performance and is the most basic network model
EvenSelect
- C++ Socket的select模型的应用实例 C++ Socket的select模型的应用实例-C++ Socket of the application of select model C++ Socket of the application of select models
select
- unix/linux系列中select模型的经典代码,可惜不是c++写的。-unix/linux series select classic model code, but not c++ written.
select
- 基于select模型的面向连接的sock例程,包含服务器端和客户端,结构非常清晰!-Based on select models of the sock connection-oriented routine, including server-side and client-side, structure is very clear!
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsoc
select
- 高效select模型源代码,适合初学者下载。非常不错的学习资料。-Efficiently select model source code, suitable for beginners to download. Very good learning materials.
TCP-Select
- VC开发环境利用select 模型开发服务器-VC model development environment, development server using select
SelectDemo
- 这是一个使用了Select模型的聊天系统(非阻塞型的),其中的数据包结构是自定义的(This is a chat system that uses the Select model (non blocking), where the packet structure is custom)