-
spserver 是一个实现了半同步/半异步(Half
spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。
spserver 使用 c++ 实现,目前实现了以下功能:
1.封装了 TCP server 中接受连接的功能;
2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制;
3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。
4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架)
-spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (p
- 2023-03-18 00:40:03下载
- 积分:1
-
这个是cygwin的英文指导,我找不到中文的,中文的都不全
这个是cygwin的英文指导,我找不到中文的,中文的都不全-this is the English guide, I find that the Chinese, not the entire Chinese
- 2022-07-03 06:33:50下载
- 积分:1
-
s3c2410串口设置,串口0设备号:204,64,串口2:204,65,串口3:204,...
s3c2410串口设置,串口0设备号:204,64,串口2:204,65,串口3:204,-s3c2410 serial port settings, serial port 0 device ID: 204,64, serial 2:204,65, serial 3:204,66
- 2022-01-28 22:04:25下载
- 积分:1
-
摩托罗拉A1200的Linux内核的SRC
Moto A1200 linux kernel SRC-Moto A1200 Linux kernel SRC
- 2023-04-06 05:20:04下载
- 积分:1
-
IDE的地址在uClinux里的填充,网上资源,与大家共享
IDE的地址在uClinux里的填充,网上资源,与大家共享-IDE addresses uClinux Lane in the filling, online resources and share
- 2023-02-17 10:00:04下载
- 积分:1
-
Linux的讲课课件,便于初级学习者的入门学习!
Linux的讲课课件,便于初级学习者的入门学习!-Linux Courseware lectures for primary learners study entry!
- 2022-09-27 06:25:03下载
- 积分:1
-
GNU Make
GNU Make 使用手册(中译版),原汁原味的译文,是make文件不可多的的好教程-GNU Make
- 2022-01-25 15:51:51下载
- 积分:1
-
unxi下共享内存的使用,提高系统效率
unxi下共享内存的使用,提高系统效率-unxi under the use of shared memory, increase system efficiency
- 2022-03-29 20:53:48下载
- 积分:1
-
本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LC...
本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LCD的控制器设置规则,参照TFT-LCD LQ092Y3DG01的逻辑要求和时序要求设计了其驱动电路,设置了主要LCD寄存器;论述了在嵌入式Linux中基于FrameBuffer机制的LCD驱动程序的实现方法。主要研究了Linux帧缓冲设备驱动程序框架,详细分析了帧缓冲设备驱动程序层次结构、核心功能模块和数据结构,设计了FrameBuffer的处理机制以及底层驱动的接口函数针对具体的LCD面板如何在嵌入式Linux中编写帧缓冲设备的驱动程序。最后在FrameBuffer机制的基础上,基于三星公司S3C2410处理器的开发平台系统地开发了嵌入式Linux下的LCD显示驱动程序,实现了简单的嵌入式GUI图形API的设计,并在LQ092Y3DG01上显示了清晰稳定的图像和汉字。测试表明该驱动通用性好,能驱动大部分的LCD;可移植性强,经过少许修改即可应用在其他嵌入式系统中,是S3C2410驱动LCD的一套较佳的解决方案
- 2023-01-19 13:15:04下载
- 积分:1
-
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现-sip proxy server achieved under linux programming, based on the proxy server osip2 achieve
- 2022-05-24 01:54:08下载
- 积分:1