CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Linux fork

搜索资源列表

  1. PROCESS

    0下载:
  2. linux下的一个基于fork()进程方式的并发服务器!-linux under a concurrent server based on the fork () process way!
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:9140
    • 提供者:ocjrkeso
  1. pipe1sort

    0下载:
  2. LINUX下 通过fork()构成逻辑环,排列一个文件中的序列-LINUX next () constitute a logical ring by fork, arranged in a sequence file
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1424
    • 提供者:肖亚斌
  1. pipe2sort

    0下载:
  2. LINUX 下通过fork()构成逻辑环,每次向下一进程传指定数量的数字排列一个文件中的序列-LINUX next () constitute a logical ring by fork, each pass down a specified number of digital processes arranged in a sequence file
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1546
    • 提供者:肖亚斌
  1. webbench-1.5

    0下载:
  2. 这是国外的一个开源项目,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
  3. 所属分类:Web Server

    • 发布日期:2017-04-08
    • 文件大小:11456
    • 提供者:ai
  1. 07-process

    0下载:
  2. Linux下进程处理示例程序。包括以下示例:pid,execl,execle,execlp,execve,exi,fork,waitpid,daemon,syslog_daemon,daemon_proc,multi_proc-Under the process of dealing with Linux sample program. Include the following examples: pid, execl, execle, execlp, execve, exi, fork, w
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:13437
    • 提供者:sky
  1. servermuti

    0下载:
  2. linux 下利用FORK生成子进程,从而可以多客户端访问服务器等基本例程,在linux环境下分别编译两个文件,在不同窗口运行一个服务器端,运行多个客户端,即可看到效果-Under linux use FORK generate child processes, which can be more than the Client Access server and other basic routines, respectively, in the linux environment to co
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1260
    • 提供者:jionglk
  1. LINUXOS

    0下载:
  2. 以Linux 系统进程和线程机制为背景,掌握fork()和clone()系统调用的形式和功能以及与其相适应的高级通讯方式。由fork派生的子进程之间通过pipe通讯,由clone创建的线程之间通过共享内存通讯,对于后者需要考虑互斥问题。-Linux systems to process and thread mechanism background, master fork () and clone () system call form and function as well as adva
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:兰兰
  1. nx842

    0下载:
  2. PERF RECORD FORK event, not sched process fork tracepoint for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:10367
    • 提供者:fainaivo
  1. 2

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:22254865
    • 提供者:王光杰
  1. thttpd-2.26

    0下载:
  2. 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
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:156735
    • 提供者:Jay Lee
  1. pipe_example

    0下载:
  2. this code includes simple example to show how to communicate server and client using Unix/Linux pipe and fork
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4723
    • 提供者:sherry
  1. net

    0下载:
  2. Drivers snapshot for Linux 2.6.28 fork, adds support for NE2000 in DM500 and other platforms.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-27
    • 文件大小:9435637
    • 提供者:Xavier Mendez
  1. webbench(new).tar

    0下载:
  2. 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
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:30720
    • 提供者:asd
  1. memcached-1.4.25

    0下载:
  2. 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
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:398189
    • 提供者:姚冬春
  1. openmcu-4.0

    0下载:
  2. OpenMCU-ru is an open-source Mutli Conference Unit using the H.323, SIP and RTSP protocols (software MCU). It is fork of the original OpenMCU with many new features. Server runs on Linux, Windows and FreeBSD.
  3. 所属分类:VOIP program

    • 发布日期:2017-06-11
    • 文件大小:18245240
    • 提供者:newkan
  1. WebBench-master

    0下载:
  2. Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写。-Webbench is a very simple to use under linux site pressure measurement tool. It uses the fork () to simulate multiple clients simulta
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:27138
    • 提供者:Jim Sance
  1. linuxcode.tar(1)

    0下载:
  2. linux下常用代码学习,包括fork、socket、终端控制、总之linux编程从入门到精通,这里的代码都有,是东北大学linux课学习的代码-Under linux common code learning, including fork, socket, terminal control, in short, linux programming entry to the master, the code here has, Northeastern University is a les
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:3614
    • 提供者:张腾飞
  1. webbench-1.5.tar

    0下载:
  2. 一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,(A very simple site testing tool for use in linux. It uses fork () to simulate multiple clients while accessing our set of URL,)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:7168
    • 提供者:wuboui
« 1 2 3 4 5»
搜珍网 www.dssz.com