Tag

libevent

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Nov 5, 2020 · Backend Development

Using the PHP Event Extension for Event‑Driven Non‑Blocking HTTP Servers

The PHP Event extension wraps the libevent library to provide an object‑oriented API for building event‑driven, non‑blocking HTTP servers and clients, timers, and signal handling, with example code and links to documentation and related extensions.

PHPasynchronousevent-driven
0 likes · 3 min read
Using the PHP Event Extension for Event‑Driven Non‑Blocking HTTP Servers
37 Interactive Technology Team
37 Interactive Technology Team
Dec 6, 2019 · Fundamentals

IO模型与非阻塞IO与libevent

The article explains IO models—from blocking IO’s limitations to non‑blocking and multiplexing techniques like select, poll, and epoll—then shows how libevent encapsulates these mechanisms to provide a Reactor‑style event‑driven framework, illustrated with a simple echo server implementation.

IOReactorlibevent
0 likes · 7 min read
IO模型与非阻塞IO与libevent
Architect
Architect
Oct 15, 2015 · Databases

Lushan: An Offline Static Data Storage Server for Recommendation Systems

This article details the design, implementation, and performance of Lushan, a high‑throughput offline static data storage server built with libevent that supports dynamic library mounting, key‑value indexing, and efficient query handling for large‑scale recommendation workloads.

C++Key-Valuehigh performance
0 likes · 18 min read
Lushan: An Offline Static Data Storage Server for Recommendation Systems