Location:
Search - blocking socket
Search list
Description: 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program model discussed in the network environment to send/receive data using block-socket and the need for deficiencies, and make use can delay the withdrawal of obstructive type socket read and write function solutions.
Platform: |
Size: 17408 |
Author: 王静 |
Hits:
Description: 这是一个代理服务器程序,它使用多线程,Semaphore, blocking-socket, an RFC in hand。其中有一个内嵌的Web服务器,使用一个自定义的计数器agCount.dll。内嵌Web服务器使用虚拟域名www.personalproxy.com。-This is a proxy server process, which uses multithreading, Semaphore, blocking-socket, an RFC in hand. There is a built-in Web server, using a custom counter agCount.dll. Embedded Web servers using virtual domain www.personalproxy.com.
Platform: |
Size: 104448 |
Author: 陈海峰 |
Hits:
Description: java非阻塞Socket例程,包括服务器和客户端-java non-blocking Socket routines, including the server and client
Platform: |
Size: 2048 |
Author: xinmindong |
Hits:
Description: Multithreaded Non-blocking Socket Server and Client, Based on Synchronized Socket
Platform: |
Size: 8192 |
Author: |
Hits:
Description: 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-This is a way of using blocking socket do chat program using multi-threading technology and Semaphore
Platform: |
Size: 74752 |
Author: aa |
Hits:
Description: socket 初学者典型同步实例,支持消息同步 无阻塞模式-Examples of typical beginners sync socket to support non-blocking mode synchronous message
Platform: |
Size: 1908736 |
Author: 枫叶 |
Hits:
Description: Samples illustrating the various Winsock I/O models
under the following directories:
blocking Illustrates the blocking sockets model. This includes blocking client and server samples.
nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided.
WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a
server sample is provided.
WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided.
overlapped Illustrates the overlapped IO model using events.Only a server sample is provided.
iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: |
Size: 78848 |
Author: Janferry |
Hits:
Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: |
Size: 10240 |
Author: jidong |
Hits:
Description: 阻塞socket完成的文件传输,简单的代码理解阻塞socket-Blocking socket file transfer completed, a simple code to understand blocking socket
Platform: |
Size: 97280 |
Author: gujing |
Hits:
Description: linux下使用select函数实现多个socket无阻塞连接-linux use select function of multiple non-blocking socket connect
Platform: |
Size: 1024 |
Author: jususe |
Hits:
Description: socket编程。winsock编程实现网络通信。
非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型)
阻塞模式实现面向无连接的一对一的通信
1.学习通过winsock编程实现网络通信。
2.学习面向连接和面向无连接的网络通讯方式的编程。
3.学习阻塞和非阻塞模式的网络通讯的编程。
4.熟悉与winsock有关的API函数的用法。
-socket programming. winsock network communications programming implementation. Non-blocking mode of connection-oriented implementation of a server and multiple client to send and receive data (select models) for non-blocking mode of communication to connect one-on-one 1. Learn through winsock network communications programming implementation. 2. Study connection-oriented and connectionless-oriented network communication programming. 3. Learn obstructive and non-blocking mode of network communication programming. 4. Familiar with winsock related to the usage of API functions.
Platform: |
Size: 7334912 |
Author: qingangjun |
Hits:
Description: Socket阻塞模式通讯测试(多线程)
适合初学者,测试输入本机相应的IP-Socket Communications blocking mode test (multi-threaded) for beginners to test the input of the machine corresponding IP
Platform: |
Size: 360448 |
Author: 于海涛 |
Hits:
Description: 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息-Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use of multi-threaded, high performance. In the local area network speed test reached its limit. Support HTTP . server can receive multiple files at the same time. transfer files can be sent at the same time the network news
Platform: |
Size: 30720 |
Author: 王玉刚 |
Hits:
Description: ICP/IP、UDP阻塞模式编程演示,包中含tcp/IP、UDP服务端和客户端源码-ICP/IP, UDP blocking mode programming presentation package with tcp/IP, UDP server and client source code
Platform: |
Size: 29696 |
Author: 张凡 |
Hits:
Description: blocking the socket files with samples
Platform: |
Size: 9216 |
Author: manivannan |
Hits:
Description: java non-blocking socket programming
Platform: |
Size: 7168 |
Author: Hegen |
Hits:
Description: 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-This is a way to use blocking socket do chat program using multiple threads and semaphores Technology
Platform: |
Size: 56320 |
Author: 邢超 |
Hits:
Description: 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
Platform: |
Size: 2446336 |
Author: 杨勇 |
Hits:
Description: 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西,
即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be used to do server-side, it requires the connection is non-blocking mode.
Platform: |
Size: 3110912 |
Author: 王杰 |
Hits:
Description: 使用UDP传输文件,阻塞式 socket 编程。(using UDP to transfer files, blocking socket programming.)
Platform: |
Size: 4096 |
Author: 彼得而已 |
Hits: