搜索资源列表
7_processserver
- unix环境下的多进程并发服务器源程序。-unix environment with multi-process server source.
multiTcpServer
- linux下的模拟网络并发服务器工作,完成功能为客户端提供ip及端口地址,发送会话到服务器,服务器回显
200412291557285331
- 并发服务器的socket通讯-with the socket communication server
ThreadPool_final.rar
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
TCandUDP
- Linux下基于TCP和UDP的网络编程的实例,TCP中包含一个循环服务器和并发服务器。-Linux-based network programming TCP and UDP instances, TCP server and contains a loop concurrent server.
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
MutilService
- 实现多协议多服务的并发服务器,客户端可以并发访问服务器,可以选择不同的功能,可以选择不同连接的协议-Achieve concurrent multi-protocol, multi-service server, the client can concurrently access the server, you can choose different function, you can choose different connection protocols
tcp-udp-instance
- 这个是关于tcp/udp 和并发服务器的网络编程列子,给大家看看!-This is about the tcp/udp and concurrent server network programming Liezi, for everyone to see!
multiprocess_tcp_server
- 基于TCP链接的多进程并发服务器,实现了服务器与客服端的即时通信-Links to more based on TCP of concurrent process server
MyProxy
- 这是一个简单代理服务器;支持HTTP/POP3/SMTP/FTP代理。其中只有HTTP为标准协议,其他为自定义简易协议;支持多连接并发访问。目的是为了网络的代理出口,以及隐藏IP信息。-This is a simple proxy server support HTTP/POP3/SMTP/FTP agents. Of these, only the standard HTTP protocol, the other for the custom summary agreement supp
FTP-Server-Code
- FTP服务器源代码,用VC写的,通过分析它的源代码,可以掌握C网络编程以及高并发服务器的设计-FTP Server Code
FIFOserver
- prg8_1.c 互斥对象实例。该程序说明如何使用互斥对象。prg8_2.c 条件变量实例。该程序是一个多线程的无连接并发服务器。prg8_3.c 处理同步线程退出。-prg8_1.c mutex object instance. The program explains how to use the mutex object. Examples of conditions prg8_2.c variables. The program is a free multi-threaded conc
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
Ftp55Server
- FTP服务器源代码,用VC写的,通过分析它的源代码,可以掌握C网络编程以及高并发服务器的设计 -FTP server source code, written with the VC, and by analyzing its source code, you can master the C network programming, and high concurrent server design
socket
- 用socket写的服务器端客户端程序,服务器端多线程,可以并发处理客户端的请求-Used to write server-side socket client program, server-side multi-threaded and can handle concurrent client requests
Linux_Network
- 本书详细介绍了在Unix系统下基于TCP/IP网络套接口的基本编程方法,包括迭代与并发服务器编写方法、进程与线程编程技术、I/O编程技术、IPv4与IPv6的兼容性、原始套接口、数据链路访问技术、广播与多播技术等-This book details the Unix systems based on TCP/IP network socket basic programming methods, including iterative and concurrent servers prepara
perfect_socket_network
- socket网络通信,用到了select作并发处理,用到了队列可以连接无限个客户端。非常好的提高版的网络编程实例。(客户端和服务器端)-perfect socket netwoek demo! very helpful!
TCPbinfafuwuqi
- 实现socket通信,这是个模板。让你了解并发服务器-socker
WSAAsyncSelect
- 一个基于socket的winXP下用WSAAsyncSelect()函数实现的并发服务器程序。是学习Windows网络io的好例子。-Under the socket on the winXP one with WSAAsyncSelect () function implementation of concurrent server program. Windows network io to learn a good example.