搜索资源列表
IISfangdaolian
- 实现对盗连者URL转向,自定义加密因子。查看服务器上线人数,服务器线程限制,防盗文件类型设置。URL过期时间设置-achieve even those on pirated URL shift from defined encryption factor. View on the number of servers, the server thread restrictions, security document type setting. URL expired installed
SocketServer.zip
- Full Multi-thread Client or Server Socket Class with ThreadPool,Full Multi-thread Client or Server Socket Class with ThreadPool
DBIOCP(v1.0.0.2)
- IOCP服务器 内存池、线程池 性能不错-IOCP server memory pool, thread pool performance good
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
linux_multiple_thread.tar
- linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
Java_Socke183657142005
- 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
threadpool
- 线程池的C语言实现,主要用于服务器处理多任务-Thread Pool implementation of the C language, mainly used in server handle multi-tasking
-M-Thread-TCP-Server
- 一个基于多线程的TCP 服务器,使用VC++ 6.0进行开发,对初学者理解原理十分有用。-A Multi-threaded TCP server, using VC++ 6.0 for development, the principle is very useful for beginners to understand.
mt_server_demo
- 一个多线程的http服务器- A multi-thread http server
lan_multiuser_com
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
ceshi
- 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
StateServer
- 该源码用VC6.0开发,实现了一个状态服务器(State server),其中的 读写锁,线程池机制,完成端口机制具有很好的参考价值。-The source code with VC6.0 development, to achieve a state of the server (State server), which read and write locks, the thread pool mechanism, the completion port mechanism has a
ChatServer
- 用Java实现的socket编程 客户端-socket server thread
resources
- 将单线程的简单WEB服务器改为基于线程池的WEB服务器,使之能够同时处理多条请求-WEB server will be replaced by a simple single-threaded thread-pool-based WEB server so that it can simultaneously handle multiple requests
TCP-server-thread
- TCP并发服务程序,支持多客户端连接,TCP必不可少的程序源码-TCP server code
NIO-Socket(server-and-client)
- jdk供的无阻塞I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。在NIO中使用多线程,主要目的已不是为了应对每个客户端请求而分配独立的服务线程,而是通过多线程充分使用用多个CPU的处理能力和处理中的等待时间,达到提高服务能力的目的。 client多线程请求server端,server接收client的名字,并返回Hello! +名字的字符格式给client。当然实际应用并不这么简单,实际可能是访问文件或者数据库获取信息返回给client。-jdk f
server
- 局域网多线程并发服务器,采用线程分离服务多客户端,使用小型数据库sqlite3进行数据存储;-LAN multithread concurrent server thread was used to separate service multiple clients, use SQLite3 for data storage
socket-server-socket-serve
- 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改
TP-Server-master
- Simple server with pthread-based thread pool
SocketAsyncServerAndClient
- 这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)