The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. Furthermore, libevent also support callbacks due
to signals or regular timeouts. libevent is meant to replace the
event loop found in event driven network servers. An application
just needs to call event_dispatch() and then add or remove events
dynamically without having to change the event loop.
Currently, libevent supports /dev/poll, kqueue(2), event ports,
POSIX select(2), Windows select(), poll(2), and epoll(4). The
internal event mechanism is completely independent of the exposed
event API, and a simple update of libevent can provide new functionality
without having to redesign the applications. As a result, Libevent
allows for portable application development and provides the most
scalable event notification mechanism available on an operating
system. Libevent can also be used for multi-threaded applications,
either by isolating each event_base so that only a single thread
accesses it, or by locked access to a single shared event_base.
Libevent should compile on Linux, *BSD, Mac OS X, Solaris, Windows,
and more.
Libevent additionally provides a sophisticated framework for buffered
network IO, with support for sockets, filters, rate-limiting, SSL,
zero-copy file transmission, and IOCP. Libevent includes support
for several useful protocols, including DNS, HTTP, and a minimal
RPC framework.
没有合适的资源?快使用搜索试试~ 我知道了~
在OSX上运行Unix程序Rudix.zip
共554个文件
makefile:308个
patch:83个
diff:46个
需积分: 12 1 下载量 69 浏览量
2019-07-17
07:40:22
上传
评论
收藏 500KB ZIP 举报
温馨提示
Rudix 是一组预构建的 Unix 软件包,用于 Mac OS X 系统,用于在 OS X 系统上运行 Unix 程序。 标签:Rudix
资源推荐
资源详情
资源评论
收起资源包目录
在OSX上运行Unix程序Rudix.zip (554个子文件)
activate 1KB
AUTHORS 251B
example.c 630B
dovecot.conf 84B
COPYING 377B
COPYRIGHT 245B
lighttpd.conf.default 11KB
db.diff 124KB
fileflags.diff 48KB
checksum-reading.diff 39KB
detect-renamed.diff 30KB
hfs-compression.diff 29KB
atimes.diff 28KB
crtimes.diff 25KB
checksum-updating.diff 24KB
link-by-hash.diff 23KB
slp.diff 23KB
01-mouse.diff 21KB
source-filter_dest-filter.diff 20KB
filter-attribute-mods.diff 19KB
nameconverter.diff 18KB
backup-dir-dels.diff 13KB
time-limit.diff 12KB
acls.diff 10KB
ignore-case.diff 10KB
write-devices.diff 10KB
checksum-xattr.diff 9KB
transliterate.diff 9KB
congestion.diff 8KB
detect-renamed-lax.diff 8KB
omit-dir-changes.diff 7KB
backup-deleted.diff 7KB
sparse-block.diff 6KB
xattrs.diff 6KB
source-backup.diff 6KB
direct-io.diff 6KB
cvs-entries.diff 6KB
date-only.diff 6KB
00-install.diff 5KB
rudix.diff 5KB
catch_crash_signals.diff 4KB
copy-devices.diff 4KB
fsync.diff 3KB
downdate.diff 3KB
01-Makefile.diff 3KB
slow-down.diff 3KB
adaptec_acl_mods.diff 3KB
soften-links.diff 916B
netgroup-auth.diff 866B
changeset_r2708.diff 858B
tru64.diff 528B
static_prng_state.diff 380B
tiffgt.c.diff 316B
.gitignore 203B
rat_scan.go 330B
hello.go 77B
Introduction 503B
LICENSE 7KB
LICENSE 4KB
LICENSE 3KB
LICENSE 2KB
LICENSE 1KB
LICENSE 1KB
LICENSE 1KB
LICENSE 1KB
LICENSE 1KB
LICENSE 1KB
LICENSE 987B
LICENSE 772B
LICENSE 767B
LICENSE 482B
LICENSE 434B
LICENSE 300B
LICENSE 277B
LICENSE 168B
Makefile 2KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1KB
Makefile 1011B
Makefile 970B
Makefile 961B
Makefile 952B
Makefile 888B
Makefile 843B
Makefile 832B
Makefile 814B
Makefile 811B
Makefile 800B
Makefile 790B
txt2tags.Makefile 789B
Makefile 764B
Makefile 756B
共 554 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
weixin_39841882
- 粉丝: 445
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- js-leetcode题解之141-linked-list-cycle.js
- js-leetcode题解之140-word-break-ii.js
- js-leetcode题解之139-word-break.js
- js-leetcode题解之138-copy-list-with-random-pointer.js
- js-leetcode题解之136-single-number.js
- js-leetcode题解之135-candy.js
- js-leetcode题解之134-gas-station.js
- 基于tensorflow的道路桥梁裂缝检测应用源码
- 多台设备循环控制仿真和代码protues仿真
- 多台设备循环控制原理图
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功