码迷,mamicode.com
首页 >  
搜索关键字:libevent    ( 881个结果
libevent学习-reactor设计模式及代码示例
title: libevent学习-reactor设计模式及代码示例 date: 2021-01-22 11:39:35 tags: libevent categories: libevent学习 Reactor Design Pattern Reactor设计模式包含句柄(Handle)、Reac ...
分类:其他好文   时间:2021-06-02 13:32:16    阅读次数:0
【项目】手写FTP服务器-C++实现FTP服务器
恢复内容开始 X_FTP_server 项目Gitee链接:https://gitee.com/hsby/ftp_Server 简介 一个基于libevent的高并发FTP服务器,作者 谢森鑫 目录介绍: code:源代码,其中主要代码目录为 code/X_FTP_server/src doc: 项 ...
分类:编程语言   时间:2021-04-21 12:40:38    阅读次数:0
libevent实现多线程
libevent并不是线程安全的,但这不代表libevent不支持多线程模式。前几天在微博上看到ruanyf发了条微博说到apache和nginx的并发模型,看到评论很多人都说不对于是自己又查了下,总结一下我所学过的网络库或者网络服务器的并发模型1、muduo:one loop per thread ...
分类:编程语言   时间:2021-03-18 14:07:27    阅读次数:0
【转】IO - 同步,异步,阻塞,非阻塞 (亡羊补牢篇)
转自:http://blog.csdn.net/historyasamirror/article/details/5778378 当你发现自己最受欢迎的一篇blog其实大错特错时,这绝对不是一件让人愉悦的事。《 IO - 同步,异步,阻塞,非阻塞 》是我在开始学习epoll和libevent的时候写 ...
分类:其他好文   时间:2021-03-10 13:38:07    阅读次数:0
win10使用cmake编译libevent(续) 彻底解决依赖openssl
下载地址 这里 可以下载 已经编译好的 openssl的安装包(EXE+MSI),包括32和64位 下载太慢? 我把它下载好,存放在这里,解决下载慢。 注意,它虽然编译好了,但是有 系统要求的,如下: openssl版本:v1.1.1 它有light和非light区分,全部下载好,自行选择,从**这 ...
分类:Windows程序   时间:2021-01-06 12:35:38    阅读次数:0
php源代码安装常见错误与解决办法分享
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis ...
分类:Web程序   时间:2020-12-30 11:22:18    阅读次数:0
Windows下用CMake编译 libuv
简单对比下几个常用的几个异步事件库 libuv支持在Windows下支持IOCP,Linux下支持epoll,BSD系支持kqueue libev在Linux下支持epoll,BSD系支持kqueue,但在Windows只能select libevent支持在Windows下支持IOCP(但是据说支 ...
分类:Windows程序   时间:2020-10-30 12:06:21    阅读次数:25
RTPS代理与转发服务
Proxy介绍 利用libevent实现网络连接和线程池。通过tcp连接的方式实现rtsp消息转发,再通过udp连接进行rtp与rtcp转发。报文解析使用到了Qt库。请尽量使用qmake进行编译。源码 通讯时序图 RTSP协议介绍 RTSP协议是一套用来进行音视频发送与接收的网络协议,与HTTP协议 ...
分类:其他好文   时间:2020-07-26 19:16:16    阅读次数:85
libevent简介[翻译]7
http://www.wangafu.net/~nickm/libevent-book/Ref4_event.html 使用事件 libevent操作的单元是event,每一个event都代表了一组条件: 一个文件描述符可读或是可写 一个文件描述符变成可读或是可写(边界触发模式) 超时 信号中断 自 ...
分类:其他好文   时间:2020-07-01 17:28:09    阅读次数:44
error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directory
hiredis 的应用程序出错。 ./example-libevent: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directo ...
分类:其他好文   时间:2020-07-01 13:03:53    阅读次数:97
881条   1 2 3 4 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!