Hi,
we are trying to build a library which uses libevent but also has the capability
to be integrated into an application's main loop.
Our solution so far includes three functions:
- get the list of file descriptions handled by our library
(IOW the list of fds in libevent)
- register a callback
I'm building something with libevent (still exploring) that uses HTTP/1.1
pipelining,
and has a timing requirement on the responses. It seems to me that when
using pipelining, one wants to grab the request as soon as possible,
before having responded to the earlier requests,
at least to set a time