搜索资源列表
low_pipe
- linux环境利用管道进行通讯的例子,父进程fork派生子进程,父子进程利用管道通讯。
squid-3.2.0.1.tar
- Squid cache(简称为Squid)是一个流行的自由软件(GNU通用公共许可证)的代理服务器和Web缓存服务器。Squid有广泛的用途,从作为网页服务器的前置cache服务器缓存相关请求来提高Web服务器的速度,到为一组人共享网络资源而缓存万维网,域名系统和其他网络搜索,到通过过滤流量帮助网络安全,到局域网通过代理上网。Squid主要设计用于在Unix一类系统运行。 Squid的发展历史相当悠久,功能也相当完善。除了HTTP外,对于FTP与HTTPS的支援也相当好,在3.0 测试
lcx_src
- LCX改进及其linux实现,windows下是多线程实现。linux下通过fork-The LCX Improved linux achieve
tcp
- Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
udp
- Linux下udp并发服务器的实现。服务器循环接收客户端的消息,每收到一个消息,fork()一次,通过子进程来完成客户端的消息。与tcp并发不一样,他不必listen()和accept()。-Udp under Linux to achieve concurrent server. Server receives the client' s message loop, each receives a message, fork () once the child process to be
linux
- 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。在Linux下实现: ◦ 使用fork()/execv()来创建进程运行程序 ◦ 使用wait()等待新创建的进程结束 ◦ 调用gettimeofday()来获取时间 -Design and implementation of Unix " time" command. " Myti
chat.tar
- 一个简单的linux socket应用,实现了server端和client端的实时对话。并且可以当作是子程序fork()函数的一个示例。-A simple linux socket application to achieve a real-time conversation server-side and client-side. And can be used as a subroutine fork () function is an example.
webbench-1.5
- 这是国外的一个开源项目,Webbench是一个在linux下使用的非常简单的网站压测工具,它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3个个并发连接去测试网站的负载能力,使用c语言编写,代码简单,不到600行。-This is an open source project abroad,Webbench is very simple site pressure measurement tool used in linux, it uses t
thttpd-2.26
- Tiny/Turbo/Throttling HyperText Transfer Protocol Daemon (thttpd version 2.26): thttpd is a simple, small, portable, fast, and secure HTTP server.-Simple: It handles only the minimum necessary to implement HTTP/1.1. Well, maybe a little more than the
Linux-web
- 清华大学嵌入式实验程序fork/vfork程序验证区别;管道命令程序;TCP/IP网络通信程序;makefile文件的编写。-fork/vfork program to verify the difference written in the makefile pipeline command program TCP/IP network communication program.
webbench(new).tar
- Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。-Webbench is a very simple to use under linux Website pressure measurement tool. It uses the fork () to simulate
memcached-1.4.25
- Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。-Webbench is a very simple to use under linux site pressure measurement tool. It uses the fork () to simulate multiple clients simultaneously access p
webbench-1.5.tar
- Webbench 是一个在 Linux 下使用的非常简单的网站压测工具。它使用 fork ()模拟多个客户端同时访问我们设定的 URL,测试网站在压力下工作的性能,最多可以模拟 3 万个并发连接去测试网站的负载能力。Webbench 使用C语言编写, 代码实在太简洁,源码加起来不到 600 行。(Webbench is a very simple site testing tool for use in Linux. It uses fork () to simulate multiple cl