搜索资源列表
webHttp
- 简单的web http服务器程序,实现了上传和下载的功能,当然用了多线程,不过功能很简单,我也是从书上找的,不过调试了我半天时间-simple http web server, achieving upload and download functions, of course with a multithreaded, but functional is very simple, I also find books, but I debug a long time
high-performance-server_src
- 多线程服务器程序演示,该程序以http服务为例,演示多线程的处理
http
- Http服务器多线程下载文件,实现多线程文件下载不想想象中的那么复杂,具体思路为:首先确定下载文件的大小,根据文件大小确定采用几个线程下载,每个线程下载文件的不同布分;然后再线程下载完后,将每个线程下载的数据按照顺序组合为一个完整的文件,这样就实现了文件的多线程下载。
多线程HTTP服务器源代码
- 很好的学习进程和线程的好资料,是专业人士的必备资料,也是处学者的好东东,一定会得到你想要的知识-good learning process and the good threads, the information professional's essential information, as well as a good scholar Department Dongdong, will be the knowledge that you want
MyProxy
- 实现了一个功能简单的HTTP代理服务器,主要涉及多线程编程相关的知识-Easy implementation of a function of the HTTP proxy server, mainly related to multi-threaded programming-related knowledge
WebSrv
- web 服务器程序源码,支持多线程,对http协议进行解析。-web service source ,support multithreading
httpmt
- 多线程http服务器。学习HTTP服务器编程的好代码。-Multi-threaded http server. HTTP server to learn good programming code.
eoop__rtcjrdset
- 简易WEB服务器,JAVASOCKET编程,HTTP协议相关()
yshqzqk
- http文件共享服务器源码 ,学习http文件共享服务器不错的例子()
sodd8
- 如何创建网络通信服务器程序 可以了解通信的http协议,了解网络通信知识()
多线程断点续传(基于HTTP协议)
- 能实现多线程断点续传,在网络中断后将已经上传的部分缓存在服务器,在连上网络后接着上传(To achieve multi-threaded HTTP cache, in part after the network interrupt has been uploaded on the server, to connect to the network and then upload)