搜索资源列表
能延时退出的阻塞式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
Client.rar
- linux socket通信客户端例程 实现与服务器的通信,linux socket communication routines to achieve the client and server communications
socket.tar.gz
- 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例。,This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the application layer to d
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
feizuse
- 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
client
- linux 环境下的socket编程客户端-linux environment client socket programming
Chartroom
- WSAAsyncSelect模型 非阻塞-WSAAsyncSelect model non-blocking
socket.tar
- 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例.上一版本有点问题,请看这个,-This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the applicat
Socket
- VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
huaw_src
- 华为_非阻塞java实现的一个socket服务器-huawei java socket && android
CMultiSvr-(SOCKET-API-Multi-Thread)
- socket API 非阻塞消息方式下写的TCP客户端示例(一客户端连接多服务器)-socket API no blocking tcp client
asyn-socket
- 异步非阻塞套接字通讯 异步非阻塞套接字通讯-Asynchronous non-blocking asynchronous non-blocking socket communications socket communication
Socket
- 非阻塞的socket的通信, 服务端与客户端-Non-blocking socket communication, service and the clients
socket
- winsock非阻塞(异步)通信中的select端口模式的demo-winsock select non-blocking (asynchronous) communications port mode demo
socket
- linux socket网络编程,非阻塞,多路I/O复用。Tcp-The socket programing in linux
UnblockSocket
- Windows socket 非阻塞模式开发实例。服务器端。-use windows socket to program unblocked model program!!!Server
UnBlockSocketClient
- windows socket非阻塞模式开发实例。客户端。-a example using windows socket unblocked model.Client!!
Socket-CS
- SOCKET 客服端/服务器模式学习源码,利用select实现非阻塞模式-SOCKET service client/server model to study the source code, using the select a nonblocking mode
select
- 熟悉和了解select机制,更好的学习socket非阻塞编程-Knowledge and understanding of select mechanism, better learning nonblocking socket programming