搜索资源列表
led show
- linux下演示的一个小程序——跑马灯!运行后可以从IO口以此输出电平,让灯进行闪烁!-under demonstrated a small program -- 5,250! After running from the mouth IO this output level, lamps flicker!
lincan-0.3.3.tar
- LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linu
select-chatting.tar
- 使用IO多路复用完成聊天室功能,Linux C完成-Multiplexing using the IO completion chat function, Linux C complete. .
netdkit-src-add_logger-1.0-new.tar
- 一个轻量级的网络IO开发库,是大名鼎鼎的ACE的简化,目前仅在Linux上运行-a light weight network develop library refers to ACE
libev-3.9.tar
- 一个高效的基于事件驱动循环的网络IO编程框架。该版本是目前最新的版本,在性能和健壮性已经超越libevent。-A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs. It is used, among others, in the GNU Virtual Privat
tcp_frame
- 用Windows的IOCP、Linux的epoll、FreeBSD的kqueue写了一个支持高并发、多CPU、跨平台的TCP网络服务框架。-With Windows IOCP, Linux epoll, FreeBSD kqueue wrote a support high concurrency, multi-CPU, cross-platform framework for TCP network services.
prozilla-2.0.4.tar
- linux网络编程开发,简单的代码,最要是IO流测试-linux network programming and development, a simple code, the test if the IO flow
server.tar
- 一个Linux下并发服务器的模型,包括多进程并发,多线程并发,IO复用并发三种-Linux servers under a concurrent model, including concurrent multi-process, multi-threaded concurrency, IO multiplexing of three concurrent
LAN-share-file-software
- 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
blk-throttle
- Interface for controlling IO bandwidth on a request queue for linux
NO9
- 多路IO复用实现的并发服务器程序,在Linux上实现,GCC编译。-IO multiplexing multiple concurrent server program realization, implemented on Linux, GCC compiler.
chatroom_multiT_multiP_select
- linux下的简单聊天程序,不仅实现了基本的tcp、udpn,还实现了多进程、多线程、基于select的异步io聊天程序,对于初学者,很有帮助-linux under a simple chat program, not only to achieve the basic tcp, udpn, but also to achieve a multi-process, multi-threaded, asynchronous io select based chat program, for be
LINUX_UNIX-NETWRKING-GCC
- linux网络编程,IO复用,TSD线程安全,并发服务器模型。-linux network programming, IO multiplexing, TSD thread-safe, concurrent server model.
ledshow
- linux下演示的一个小程序――跑马灯!运行后可以从IO口以此输出电平,让灯进行闪烁!--Under lilinux demonstrates a small program- Marquee! You can run this output level the IO port, so that lamp flashes!-
PTest
- 测试系统间网络,cpu,写文件,写库速度,可以根据配置文件调整负载大小,主要用在linux下-test network cpu file io db io
IO
- 基于linux平台的多路IO复用,使用了select和poll来实现(Multiplexing of multiplex IO based on Linux platform)
linux_epoll模型
- epoll是Linux内核为处理大批量文件描述符而作了改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著提高程序在大量并发连接中只有少量活跃的情况下的系统CPU利用率。另一点原因就是获取事件的时候,它无须遍历整个被侦听的描述符集,只要遍历那些被内核IO事件异步唤醒而加入Ready队列的描述符集合就行了。epoll除了提供select/poll那种IO事件的水平触发(Level Triggered)外,还提供了边缘触发(Edge Triggered),这就使得
线程池的http服务器
- linux下线程池的http服务器 涉及信号 io 进程 线程 进程间通信