搜索资源列表
多线程实现客户-服务器结构的一个例子.zip
- 多线程实现客户-服务器结构的一个例子
LANusersCom
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
MTSClientSrc
- 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令-in multithreaded tcp services, the corresponding client code, the main sending commands to the server and then out from the server to return to the order
网络实验
- linu下socket多线程服务器与客户端的通信-LINU socket under multithreaded server and client communications
rescn
- 功能: 新闻频道:管理员可以在后台自由添加新闻,推荐新闻、头条新闻、并可定制新闻的显示方式,支持动态图片下载把其他网站的文章中的图片自动下载到本地服务器,支持评论,支持浏览计数,支持广告等常用新闻系统的功能。 下载频道:自由添加软件到服务器,支持防止多线程下载,支持防盗连,支持广告,支持点击计数等常用的下载频道的功能 留言系统:流行的版面设计,支持定制留言的可见级别等一系列常用留言系统的功能。 动态换肤:犹如“动网新闻”一样的动态换肤功能,新颖,大方。 动态语言:支持动态切换网站语言。 其他特点
mhttpsrv_demo
- 多线程http服务器,采用多线程做的http服务器,可以参照来开发性能比较好的服务器- The multi-thread http server, uses the http server which the multithreading does, may refer to develops the performance quite good server
javawork_chat
- 本java聊天室,实现了多线程编程,实现多可客户聊天,*消息 或者单发消息。并且实现了服务器端管理客户端的功能,详细请看程序的说明文档。-the java chat room and realized the multithreaded programming, customers can achieve multi-chat, single or repeated news updates. To reach the server-client management functions, p
ex9.3.4
- 一个java编写的在控制台中进行通信的简单局域网通信软件,服务器端采用多线程实现多客户服务.-prepared a java console in a simple communication LAN communications software, the server-use multi-threaded multi-customer service.
MultTestForInitTokenClient
- MultTestForInitTokenClient文件夹中为服务器与客户端通信的客户端程序,多线程并发测试InitTokenServer -MultTestForInitTokenClient folder to the server and the customer households communications for the client, multithreaded concurrent testing InitTokenServer
服务器合租程序
- 这是一个基于B/S模式的软件,功能强大齐全,能够利用多线程,-This is a based on B / S software, powerful, complete, and to take advantage of multithreading,
continue_tran
- 断点续传和多线程下载,可实现大文件传输.没有采用普遍的客户端,服务器方式,是一个对称性的文件传输器.基于TCP/IP-HTTP and multi-threaded download, enabling large file transfer. Not used widely client, server mode is a symmetry of the file transfer. Based on TCP / IP
MuthreadHTTPServer
- MuthreadHTTPServer 多线程HTTP服务器 服务器 -MuthreadHTTPServer HTTP server multi-threaded server server server
socketonLinux
- Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client dual
多线程实现客户-服务器结构的一个例子
- 多线程实现客户-服务器结构-multithreading client-server architecture
HTTP代理服务器
- 实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-achieved a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including in
多线程服务器
- 多线程服务器,想当于浏览器的功能,一次可以打开多个HTTP连接,当然接收的文件类型有所限制-multithreaded servers, want the browser function, one can open multiple HTTP connections, of course, receive the file type restriction
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
Web 服务器
- 静态页面的Web服务器,支持多线程并发访问,支持远程管理,支持虚拟目录。对网络编程新手很有帮助。
VC 多线程 服务器与客户端
- 多线程服务器
linux下的多线程高并发tcp服务器
- 基于epoll的多线程TCP服务器 基于epoll,监听指定端口的TCP请求; TCP长连接、短连接分别使用不同的端口; 当接收到客户端的TCP短连接请求时,返回服务器ip地址、MAC地址;当接收到客户端的TCP长连接请求时,服务器接收连接,客户端周期性向服务器发送心跳; 支持多个客户端的并发TCP请求; 使用多线程技术,同时监听、提供服务; 设计服务器端和客户端的通信协议,使用JSON格式。