libev/ev.3

4580 lines
206 KiB
Groff
Raw Normal View History

2009-07-17 14:43:38 +00:00
.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
2007-11-13 03:11:57 +00:00
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" Set up some character translations and predefined strings. \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
2008-01-28 12:23:01 +00:00
.\" double quote, and \*(R" will give a right double quote. \*(C+ will
.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
.\" nothing in troff, for use with C<>.
.tr \(*W-
2007-11-13 03:11:57 +00:00
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
. ds -- \(*W-
. ds PI pi
. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
. ds L" ""
. ds R" ""
. ds C` ""
. ds C' ""
'br\}
.el\{\
. ds -- \|\(em\|
. ds PI \(*p
. ds L" ``
. ds R" ''
'br\}
.\"
2008-01-28 12:23:01 +00:00
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\"
2007-11-13 03:11:57 +00:00
.\" If the F register is turned on, we'll generate index entries on stderr for
2009-07-17 14:43:38 +00:00
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
2007-11-13 03:11:57 +00:00
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
2008-01-28 12:23:01 +00:00
.ie \nF \{\
2007-11-13 03:11:57 +00:00
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. nr % 0
. rr F
.\}
2008-01-28 12:23:01 +00:00
.el \{\
. de IX
..
.\}
2007-11-13 03:11:57 +00:00
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff
.if n \{\
. ds #H 0
. ds #V .8m
. ds #F .3m
. ds #[ \f1
. ds #] \fP
.\}
.if t \{\
. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
. ds #V .6m
. ds #F 0
. ds #[ \&
. ds #] \&
.\}
. \" simple accents for nroff and troff
.if n \{\
. ds ' \&
. ds ` \&
. ds ^ \&
. ds , \&
. ds ~ ~
. ds /
.\}
.if t \{\
. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
.\}
. \" troff and (daisy-wheel) nroff accents
.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
.ds ae a\h'-(\w'a'u*4/10)'e
.ds Ae A\h'-(\w'A'u*4/10)'E
. \" corrections for vroff
.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
. \" for low resolution devices (crt and lpr)
.if \n(.H>23 .if \n(.V>19 \
\{\
. ds : e
. ds 8 ss
. ds o a
. ds d- d\h'-1'\(ga
. ds D- D\h'-1'\(hy
. ds th \o'bp'
. ds Th \o'LP'
. ds ae ae
. ds Ae AE
.\}
.rm #[ #] #H #V #F C
.\" ========================================================================
.\"
2008-05-11 11:47:27 +00:00
.IX Title "LIBEV 3"
2009-07-17 14:43:38 +00:00
.TH LIBEV 3 "2009-07-15" "libev-3.7" "libev - high performance full featured event loop"
2008-01-28 12:23:01 +00:00
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
2007-11-13 03:11:57 +00:00
.SH "NAME"
libev \- a high performance full\-featured event loop written in C
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
2007-11-27 20:26:50 +00:00
.Vb 1
2008-06-17 10:16:00 +00:00
\& #include <ev.h>
2007-11-27 20:26:50 +00:00
.Ve
2009-07-17 14:43:38 +00:00
.SS "\s-1EXAMPLE\s0 \s-1PROGRAM\s0"
2007-12-25 07:16:52 +00:00
.IX Subsection "EXAMPLE PROGRAM"
2008-03-13 13:06:14 +00:00
.Vb 2
2008-06-17 10:16:00 +00:00
\& // a single header file is required
\& #include <ev.h>
\&
2008-11-19 10:33:32 +00:00
\& #include <stdio.h> // for puts
\&
2008-06-17 10:16:00 +00:00
\& // every watcher type has its own typedef\*(Aqd struct
2008-10-30 08:09:30 +00:00
\& // with the name ev_TYPE
2008-06-17 10:16:00 +00:00
\& ev_io stdin_watcher;
\& ev_timer timeout_watcher;
\&
\& // all watcher callbacks have a similar signature
\& // this callback is called when data is readable on stdin
\& static void
2008-10-30 08:09:30 +00:00
\& stdin_cb (EV_P_ ev_io *w, int revents)
2008-06-17 10:16:00 +00:00
\& {
\& puts ("stdin ready");
\& // for one\-shot events, one must manually stop the watcher
\& // with its corresponding stop function.
\& ev_io_stop (EV_A_ w);
\&
\& // this causes all nested ev_loop\*(Aqs to stop iterating
\& ev_unloop (EV_A_ EVUNLOOP_ALL);
\& }
\&
\& // another callback, this time for a time\-out
\& static void
2008-10-30 08:09:30 +00:00
\& timeout_cb (EV_P_ ev_timer *w, int revents)
2008-06-17 10:16:00 +00:00
\& {
\& puts ("timeout");
\& // this causes the innermost ev_loop to stop iterating
\& ev_unloop (EV_A_ EVUNLOOP_ONE);
\& }
\&
\& int
\& main (void)
\& {
\& // use the default event loop unless you have special needs
2008-12-24 22:05:18 +00:00
\& struct ev_loop *loop = ev_default_loop (0);
2008-06-17 10:16:00 +00:00
\&
\& // initialise an io watcher, then start it
\& // this one will watch for stdin to become readable
\& ev_io_init (&stdin_watcher, stdin_cb, /*STDIN_FILENO*/ 0, EV_READ);
\& ev_io_start (loop, &stdin_watcher);
\&
\& // initialise a timer watcher, then start it
\& // simple non\-repeating 5.5 second timeout
\& ev_timer_init (&timeout_watcher, timeout_cb, 5.5, 0.);
\& ev_timer_start (loop, &timeout_watcher);
\&
\& // now wait for events to arrive
\& ev_loop (loop, 0);
\&
\& // unloop was called, so exit
\& return 0;
\& }
.Ve
2009-04-28 00:50:19 +00:00
.SH "ABOUT THIS DOCUMENT"
.IX Header "ABOUT THIS DOCUMENT"
This document documents the libev software package.
.PP
2008-03-13 13:06:14 +00:00
The newest version of this document is also available as an html-formatted
2007-12-07 19:15:39 +00:00
web page you might find easier to navigate when reading it for the first
2008-05-18 10:36:38 +00:00
time: <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>.
2007-12-07 19:15:39 +00:00
.PP
2009-04-28 00:50:19 +00:00
While this document tries to be as complete as possible in documenting
libev, its usage and the rationale behind its design, it is not a tutorial
on event-based programming, nor will it introduce event-based programming
with libev.
.PP
Familarity with event based programming techniques in general is assumed
throughout this document.
.SH "ABOUT LIBEV"
.IX Header "ABOUT LIBEV"
2007-11-13 03:11:57 +00:00
Libev is an event loop: you register interest in certain events (such as a
2007-12-21 04:38:45 +00:00
file descriptor being readable or a timeout occurring), and it will manage
2007-11-13 03:11:57 +00:00
these event sources and provide your program with events.
.PP
To do this, it must take more or less complete control over your process
(or thread) by executing the \fIevent loop\fR handler, and will then
communicate events via a callback mechanism.
.PP
You register interest in certain events by registering so-called \fIevent
watchers\fR, which are relatively small C structures you initialise with the
details of the event, and then hand it over to libev by \fIstarting\fR the
watcher.
2009-07-17 14:43:38 +00:00
.SS "\s-1FEATURES\s0"
2007-12-25 07:16:52 +00:00
.IX Subsection "FEATURES"
2007-11-28 11:31:34 +00:00
Libev supports \f(CW\*(C`select\*(C'\fR, \f(CW\*(C`poll\*(C'\fR, the Linux-specific \f(CW\*(C`epoll\*(C'\fR, the
BSD-specific \f(CW\*(C`kqueue\*(C'\fR and the Solaris-specific event port mechanisms
for file descriptor events (\f(CW\*(C`ev_io\*(C'\fR), the Linux \f(CW\*(C`inotify\*(C'\fR interface
(for \f(CW\*(C`ev_stat\*(C'\fR), relative timers (\f(CW\*(C`ev_timer\*(C'\fR), absolute timers
with customised rescheduling (\f(CW\*(C`ev_periodic\*(C'\fR), synchronous signals
(\f(CW\*(C`ev_signal\*(C'\fR), process status change events (\f(CW\*(C`ev_child\*(C'\fR), and event
watchers dealing with the event loop mechanism itself (\f(CW\*(C`ev_idle\*(C'\fR,
2007-11-27 20:26:50 +00:00
\&\f(CW\*(C`ev_embed\*(C'\fR, \f(CW\*(C`ev_prepare\*(C'\fR and \f(CW\*(C`ev_check\*(C'\fR watchers) as well as
file watchers (\f(CW\*(C`ev_stat\*(C'\fR) and even limited support for fork events
(\f(CW\*(C`ev_fork\*(C'\fR).
.PP
It also is quite fast (see this
2009-07-17 14:43:38 +00:00
<benchmark> comparing it to libevent
2007-11-27 20:26:50 +00:00
for example).
2009-07-17 14:43:38 +00:00
.SS "\s-1CONVENTIONS\s0"
2007-12-25 07:16:52 +00:00
.IX Subsection "CONVENTIONS"
2008-03-13 13:06:14 +00:00
Libev is very configurable. In this manual the default (and most common)
configuration will be described, which supports multiple event loops. For
more info about various configuration options please have a look at
\&\fB\s-1EMBED\s0\fR section in this manual. If libev was configured without support
for multiple event loops, then all functions taking an initial argument of
2008-10-30 08:09:30 +00:00
name \f(CW\*(C`loop\*(C'\fR (which is always of type \f(CW\*(C`ev_loop *\*(C'\fR) will not have
2008-03-13 13:06:14 +00:00
this argument.
2009-07-17 14:43:38 +00:00
.SS "\s-1TIME\s0 \s-1REPRESENTATION\s0"
2007-12-25 07:16:52 +00:00
.IX Subsection "TIME REPRESENTATION"
2009-04-28 00:50:19 +00:00
Libev represents time as a single floating point number, representing
the (fractional) number of seconds since the (\s-1POSIX\s0) epoch (somewhere
near the beginning of 1970, details are complicated, don't ask). This
type is called \f(CW\*(C`ev_tstamp\*(C'\fR, which is what you should use too. It usually
aliases to the \f(CW\*(C`double\*(C'\fR type in C. When you need to do any calculations
on it, you should treat it as some floating point value. Unlike the name
2007-12-19 00:56:38 +00:00
component \f(CW\*(C`stamp\*(C'\fR might indicate, it is also used for time differences
throughout libev.
2008-05-23 16:43:45 +00:00
.SH "ERROR HANDLING"
.IX Header "ERROR HANDLING"
Libev knows three classes of errors: operating system errors, usage errors
and internal errors (bugs).
.PP
When libev catches an operating system error it cannot handle (for example
2008-06-17 10:16:00 +00:00
a system call indicating a condition libev cannot fix), it calls the callback
2008-05-23 16:43:45 +00:00
set via \f(CW\*(C`ev_set_syserr_cb\*(C'\fR, which is supposed to fix the problem or
abort. The default is to print a diagnostic message and to call \f(CW\*(C`abort
()\*(C'\fR.
.PP
When libev detects a usage error such as a negative timer interval, then
it will print a diagnostic message and abort (via the \f(CW\*(C`assert\*(C'\fR mechanism,
so \f(CW\*(C`NDEBUG\*(C'\fR will disable this checking): these are programming errors in
the libev caller and need to be fixed there.
.PP
Libev also has a few internal error-checking \f(CW\*(C`assert\*(C'\fRions, and also has
extensive consistency checking code. These do not trigger under normal
circumstances, as they indicate either a bug in libev or worse.
2007-11-13 03:11:57 +00:00
.SH "GLOBAL FUNCTIONS"
.IX Header "GLOBAL FUNCTIONS"
These functions can be called anytime, even before initialising the
library in any way.
.IP "ev_tstamp ev_time ()" 4
.IX Item "ev_tstamp ev_time ()"
2007-11-18 03:43:24 +00:00
Returns the current time as libev would use it. Please note that the
\&\f(CW\*(C`ev_now\*(C'\fR function is usually faster and also often returns the timestamp
you actually want to know.
.IP "ev_sleep (ev_tstamp interval)" 4
.IX Item "ev_sleep (ev_tstamp interval)"
2007-12-22 05:47:56 +00:00
Sleep for the given interval: The current thread will be blocked until
either it is interrupted or the given time interval has passed. Basically
2008-06-17 10:16:00 +00:00
this is a sub-second-resolution \f(CW\*(C`sleep ()\*(C'\fR.
2007-11-13 03:11:57 +00:00
.IP "int ev_version_major ()" 4
.IX Item "int ev_version_major ()"
.PD 0
.IP "int ev_version_minor ()" 4
.IX Item "int ev_version_minor ()"
.PD
2007-12-09 19:47:29 +00:00
You can find out the major and minor \s-1ABI\s0 version numbers of the library
2007-11-13 03:11:57 +00:00
you linked against by calling the functions \f(CW\*(C`ev_version_major\*(C'\fR and
\&\f(CW\*(C`ev_version_minor\*(C'\fR. If you want, you can compare against the global
symbols \f(CW\*(C`EV_VERSION_MAJOR\*(C'\fR and \f(CW\*(C`EV_VERSION_MINOR\*(C'\fR, which specify the
version of the library your program was compiled against.
.Sp
2007-12-09 19:47:29 +00:00
These version numbers refer to the \s-1ABI\s0 version of the library, not the
release version.
2007-12-09 19:42:57 +00:00
.Sp
2007-11-13 03:11:57 +00:00
Usually, it's a good idea to terminate if the major versions mismatch,
2007-12-09 19:42:57 +00:00
as this indicates an incompatible change. Minor versions are usually
2007-11-13 03:11:57 +00:00
compatible to older versions, so a larger minor version alone is usually
not a problem.
2007-11-23 16:17:12 +00:00
.Sp
2007-11-27 20:26:50 +00:00
Example: Make sure we haven't accidentally been linked against the wrong
version.
2007-11-23 16:17:12 +00:00
.Sp
.Vb 3
2008-06-17 10:16:00 +00:00
\& assert (("libev version mismatch",
\& ev_version_major () == EV_VERSION_MAJOR
\& && ev_version_minor () >= EV_VERSION_MINOR));
2007-11-23 16:17:12 +00:00
.Ve
2007-11-23 05:14:58 +00:00
.IP "unsigned int ev_supported_backends ()" 4
.IX Item "unsigned int ev_supported_backends ()"
Return the set of all backends (i.e. their corresponding \f(CW\*(C`EV_BACKEND_*\*(C'\fR
value) compiled into this binary of libev (independent of their
availability on the system you are running on). See \f(CW\*(C`ev_default_loop\*(C'\fR for
a description of the set values.
2007-11-23 16:17:12 +00:00
.Sp
Example: make sure we have the epoll method, because yeah this is cool and
a must have and can we have a torrent of it please!!!11
.Sp
.Vb 2
2008-06-17 10:16:00 +00:00
\& assert (("sorry, no epoll, no sex",
\& ev_supported_backends () & EVBACKEND_EPOLL));
2007-11-23 16:17:12 +00:00
.Ve
2007-11-23 05:14:58 +00:00
.IP "unsigned int ev_recommended_backends ()" 4
.IX Item "unsigned int ev_recommended_backends ()"
Return the set of all backends compiled into this binary of libev and also
recommended for this platform. This set is often smaller than the one
returned by \f(CW\*(C`ev_supported_backends\*(C'\fR, as for example kqueue is broken on
2008-06-17 10:16:00 +00:00
most BSDs and will not be auto-detected unless you explicitly request it
2007-11-23 05:14:58 +00:00
(assuming you know what you are doing). This is the set of backends that
2007-11-23 15:26:08 +00:00
libev will probe for if you specify no backends explicitly.
2007-11-24 06:23:27 +00:00
.IP "unsigned int ev_embeddable_backends ()" 4
.IX Item "unsigned int ev_embeddable_backends ()"
Returns the set of backends that are embeddable in other event loops. This
2008-01-28 12:23:01 +00:00
is the theoretical, all-platform, value. To find which backends
2007-11-24 06:23:27 +00:00
might be supported on the current system, you would need to look at
\&\f(CW\*(C`ev_embeddable_backends () & ev_supported_backends ()\*(C'\fR, likewise for
recommended ones.
.Sp
See the description of \f(CW\*(C`ev_embed\*(C'\fR watchers for more info.
2008-09-29 03:31:14 +00:00
.IP "ev_set_allocator (void *(*cb)(void *ptr, long size)) [\s-1NOT\s0 \s-1REENTRANT\s0]" 4
.IX Item "ev_set_allocator (void *(*cb)(void *ptr, long size)) [NOT REENTRANT]"
Sets the allocation function to use (the prototype is similar \- the
2008-04-16 17:08:29 +00:00
semantics are identical to the \f(CW\*(C`realloc\*(C'\fR C89/SuS/POSIX function). It is
used to allocate and free memory (no surprises here). If it returns zero
when memory needs to be allocated (\f(CW\*(C`size != 0\*(C'\fR), the library might abort
or take some potentially destructive action.
.Sp
Since some systems (at least OpenBSD and Darwin) fail to implement
correct \f(CW\*(C`realloc\*(C'\fR semantics, libev will use a wrapper around the system
\&\f(CW\*(C`realloc\*(C'\fR and \f(CW\*(C`free\*(C'\fR functions by default.
2007-11-13 03:11:57 +00:00
.Sp
You could override this function in high-availability programs to, say,
free some memory if it cannot allocate memory, to use a special allocator,
or even to sleep a while and retry until some memory is available.
2007-11-23 16:17:12 +00:00
.Sp
2007-11-27 20:26:50 +00:00
Example: Replace the libev allocator with one that waits a bit and then
2008-04-16 17:08:29 +00:00
retries (example requires a standards-compliant \f(CW\*(C`realloc\*(C'\fR).
2007-11-23 16:17:12 +00:00
.Sp
.Vb 6
\& static void *
2007-11-27 19:41:52 +00:00
\& persistent_realloc (void *ptr, size_t size)
2007-11-23 16:17:12 +00:00
\& {
\& for (;;)
\& {
\& void *newptr = realloc (ptr, size);
2008-01-28 12:23:01 +00:00
\&
2007-11-23 16:17:12 +00:00
\& if (newptr)
\& return newptr;
2008-01-28 12:23:01 +00:00
\&
2007-11-23 16:17:12 +00:00
\& sleep (60);
\& }
\& }
2008-01-28 12:23:01 +00:00
\&
2007-11-23 16:17:12 +00:00
\& ...
\& ev_set_allocator (persistent_realloc);
.Ve
2008-09-29 03:31:14 +00:00
.IP "ev_set_syserr_cb (void (*cb)(const char *msg)); [\s-1NOT\s0 \s-1REENTRANT\s0]" 4
.IX Item "ev_set_syserr_cb (void (*cb)(const char *msg)); [NOT REENTRANT]"
2008-06-17 10:16:00 +00:00
Set the callback function to call on a retryable system call error (such
2007-11-13 03:11:57 +00:00
as failed select, poll, epoll_wait). The message is a printable string
indicating the system call or subsystem causing the problem. If this
2008-06-17 10:16:00 +00:00
callback is set, then libev will expect it to remedy the situation, no
2007-11-13 03:11:57 +00:00
matter what, when it returns. That is, libev will generally retry the
requested operation, or, if the condition doesn't go away, do bad stuff
(such as abort).
2007-11-23 16:17:12 +00:00
.Sp
2007-11-27 20:26:50 +00:00
Example: This is basically the same thing that libev does internally, too.
2007-11-23 16:17:12 +00:00
.Sp
.Vb 6
\& static void
\& fatal_error (const char *msg)
\& {
\& perror (msg);
\& abort ();
\& }
2008-01-28 12:23:01 +00:00
\&
2007-11-23 16:17:12 +00:00
\& ...
\& ev_set_syserr_cb (fatal_error);
.Ve
2007-11-13 03:11:57 +00:00
.SH "FUNCTIONS CONTROLLING THE EVENT LOOP"
.IX Header "FUNCTIONS CONTROLLING THE EVENT LOOP"
2008-10-30 08:09:30 +00:00
An event loop is described by a \f(CW\*(C`struct ev_loop *\*(C'\fR (the \f(CW\*(C`struct\*(C'\fR
is \fInot\fR optional in this case, as there is also an \f(CW\*(C`ev_loop\*(C'\fR
\&\fIfunction\fR).
.PP
The library knows two types of such loops, the \fIdefault\fR loop, which
supports signals and child events, and dynamically created loops which do
not.
2007-11-13 03:11:57 +00:00
.IP "struct ev_loop *ev_default_loop (unsigned int flags)" 4
.IX Item "struct ev_loop *ev_default_loop (unsigned int flags)"
This will initialise the default event loop if it hasn't been initialised
yet and return it. If the default loop could not be initialised, returns
false. If it already was initialised it simply returns it (and ignores the
2007-11-23 05:14:58 +00:00
flags. If that is troubling you, check \f(CW\*(C`ev_backend ()\*(C'\fR afterwards).
2007-11-13 03:11:57 +00:00
.Sp
If you don't know what event loop to use, use the one returned from this
function.
.Sp
2008-04-02 15:23:11 +00:00
Note that this function is \fInot\fR thread-safe, so if you want to use it
from multiple threads, you have to lock (note also that this is unlikely,
2008-10-30 08:09:30 +00:00
as loops cannot be shared easily between threads anyway).
2008-04-02 15:23:11 +00:00
.Sp
2008-01-28 12:23:01 +00:00
The default loop is the only loop that can handle \f(CW\*(C`ev_signal\*(C'\fR and
\&\f(CW\*(C`ev_child\*(C'\fR watchers, and to do this, it always registers a handler
2008-06-17 10:16:00 +00:00
for \f(CW\*(C`SIGCHLD\*(C'\fR. If this is a problem for your application you can either
2008-01-28 12:23:01 +00:00
create a dynamic loop with \f(CW\*(C`ev_loop_new\*(C'\fR that doesn't do that, or you
can simply overwrite the \f(CW\*(C`SIGCHLD\*(C'\fR signal handler \fIafter\fR calling
\&\f(CW\*(C`ev_default_init\*(C'\fR.
.Sp
2007-11-13 03:11:57 +00:00
The flags argument can be used to specify special behaviour or specific
2007-11-23 15:26:08 +00:00
backends to use, and is usually specified as \f(CW0\fR (or \f(CW\*(C`EVFLAG_AUTO\*(C'\fR).
2007-11-13 03:11:57 +00:00
.Sp
2007-11-23 15:26:08 +00:00
The following flags are supported:
2007-11-13 03:11:57 +00:00
.RS 4
.ie n .IP """EVFLAG_AUTO""" 4
.el .IP "\f(CWEVFLAG_AUTO\fR" 4
.IX Item "EVFLAG_AUTO"
The default flags value. Use this if you have no clue (it's the right
thing, believe me).
.ie n .IP """EVFLAG_NOENV""" 4
.el .IP "\f(CWEVFLAG_NOENV\fR" 4
.IX Item "EVFLAG_NOENV"
2008-06-17 10:16:00 +00:00
If this flag bit is or'ed into the flag value (or the program runs setuid
2007-11-13 03:11:57 +00:00
or setgid) then libev will \fInot\fR look at the environment variable
\&\f(CW\*(C`LIBEV_FLAGS\*(C'\fR. Otherwise (the default), this environment variable will
override the flags completely if it is found in the environment. This is
useful to try out specific backends to test their performance, or to work
around bugs.
2007-11-29 17:28:13 +00:00
.ie n .IP """EVFLAG_FORKCHECK""" 4
.el .IP "\f(CWEVFLAG_FORKCHECK\fR" 4
.IX Item "EVFLAG_FORKCHECK"
Instead of calling \f(CW\*(C`ev_default_fork\*(C'\fR or \f(CW\*(C`ev_loop_fork\*(C'\fR manually after
a fork, you can also make libev check for a fork in each iteration by
enabling this flag.
.Sp
This works by calling \f(CW\*(C`getpid ()\*(C'\fR on every iteration of the loop,
and thus this might slow down your event loop if you do a lot of loop
2007-12-07 16:49:49 +00:00
iterations and little real work, but is usually not noticeable (on my
2008-03-13 13:06:14 +00:00
GNU/Linux system for example, \f(CW\*(C`getpid\*(C'\fR is actually a simple 5\-insn sequence
2008-06-17 10:16:00 +00:00
without a system call and thus \fIvery\fR fast, but my GNU/Linux system also has
2007-11-29 17:28:13 +00:00
\&\f(CW\*(C`pthread_atfork\*(C'\fR which is even faster).
.Sp
The big advantage of this flag is that you can forget about fork (and
forget about forgetting to tell libev about forking) when you use this
flag.
.Sp
2008-06-17 10:16:00 +00:00
This flag setting cannot be overridden or specified in the \f(CW\*(C`LIBEV_FLAGS\*(C'\fR
2007-11-29 17:28:13 +00:00
environment variable.
2007-11-23 05:14:58 +00:00
.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4
.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4
.IX Item "EVBACKEND_SELECT (value 1, portable select backend)"
2007-11-22 12:28:27 +00:00
This is your standard \fIselect\fR\|(2) backend. Not \fIcompletely\fR standard, as
libev tries to roll its own fd_set with no limits on the number of fds,
but if that fails, expect a fairly low limit on the number of fds when
2007-12-22 16:53:56 +00:00
using this backend. It doesn't scale too well (O(highest_fd)), but its
2008-01-28 12:23:01 +00:00
usually the fastest backend for a low number of (low-numbered :) fds.
2007-12-22 16:53:56 +00:00
.Sp
To get good performance out of this backend you need a high amount of
2008-06-17 10:16:00 +00:00
parallelism (most of the file descriptors should be busy). If you are
2007-12-22 16:53:56 +00:00
writing a server, you should \f(CW\*(C`accept ()\*(C'\fR in a loop to accept as many
connections as possible during one iteration. You might also want to have
a look at \f(CW\*(C`ev_set_io_collect_interval ()\*(C'\fR to increase the amount of
2008-05-23 16:43:45 +00:00
readiness notifications you get per iteration.
2008-09-29 03:31:14 +00:00
.Sp
This backend maps \f(CW\*(C`EV_READ\*(C'\fR to the \f(CW\*(C`readfds\*(C'\fR set and \f(CW\*(C`EV_WRITE\*(C'\fR to the
\&\f(CW\*(C`writefds\*(C'\fR set (and to work around Microsoft Windows bugs, also onto the
\&\f(CW\*(C`exceptfds\*(C'\fR set on that platform).
2007-11-23 05:14:58 +00:00
.ie n .IP """EVBACKEND_POLL"" (value 2, poll backend, available everywhere except on windows)" 4
.el .IP "\f(CWEVBACKEND_POLL\fR (value 2, poll backend, available everywhere except on windows)" 4
.IX Item "EVBACKEND_POLL (value 2, poll backend, available everywhere except on windows)"
2007-12-22 16:53:56 +00:00
And this is your standard \fIpoll\fR\|(2) backend. It's more complicated
than select, but handles sparse fds better and has no artificial
limit on the number of fds you can use (except it will slow down
considerably with a lot of inactive fds). It scales similarly to select,
i.e. O(total_fds). See the entry for \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR, above, for
performance tips.
2008-09-29 03:31:14 +00:00
.Sp
This backend maps \f(CW\*(C`EV_READ\*(C'\fR to \f(CW\*(C`POLLIN | POLLERR | POLLHUP\*(C'\fR, and
\&\f(CW\*(C`EV_WRITE\*(C'\fR to \f(CW\*(C`POLLOUT | POLLERR | POLLHUP\*(C'\fR.
2007-11-23 05:14:58 +00:00
.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4
.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4
.IX Item "EVBACKEND_EPOLL (value 4, Linux)"
2007-11-22 12:28:27 +00:00
For few fds, this backend is a bit little slower than poll and select,
2007-12-21 04:38:45 +00:00
but it scales phenomenally better. While poll and select usually scale
like O(total_fds) where n is the total number of fds (or the highest fd),
2008-10-30 08:09:30 +00:00
epoll scales either O(1) or O(active_fds).
.Sp
The epoll mechanism deserves honorable mention as the most misdesigned
of the more advanced event mechanisms: mere annoyances include silently
dropping file descriptors, requiring a system call per change per file
descriptor (and unnecessary guessing of parameters), problems with dup and
so on. The biggest issue is fork races, however \- if a program forks then
\&\fIboth\fR parent and child process have to recreate the epoll set, which can
take considerable time (one syscall per file descriptor) and is of course
hard to detect.
.Sp
Epoll is also notoriously buggy \- embedding epoll fds \fIshould\fR work, but
of course \fIdoesn't\fR, and epoll just loves to report events for totally
\&\fIdifferent\fR file descriptors (even already closed ones, so one cannot
even remove them from the set) than registered in the set (especially
on \s-1SMP\s0 systems). Libev tries to counter these spurious notifications by
employing an additional generation counter and comparing that against the
events to filter out spurious ones, recreating the set when required.
2007-12-21 04:38:45 +00:00
.Sp
While stopping, setting and starting an I/O watcher in the same iteration
2008-10-30 08:09:30 +00:00
will result in some caching, there is still a system call per such
incident (because the same \fIfile descriptor\fR could point to a different
\&\fIfile description\fR now), so its best to avoid that. Also, \f(CW\*(C`dup ()\*(C'\fR'ed
file descriptors might not work very well if you register events for both
file descriptors.
2007-12-22 16:53:56 +00:00
.Sp
Best performance from this backend is achieved by not unregistering all
2008-09-29 03:31:14 +00:00
watchers for a file descriptor until it has been closed, if possible,
i.e. keep at least one watcher active per fd at all times. Stopping and
starting a watcher (without re-setting it) also usually doesn't cause
2008-10-30 08:09:30 +00:00
extra overhead. A fork can both result in spurious notifications as well
as in libev having to destroy and recreate the epoll object, which can
take considerable time and thus should be avoided.
2007-12-22 16:53:56 +00:00
.Sp
2008-11-19 10:33:32 +00:00
All this means that, in practice, \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR can be as fast or
faster than epoll for maybe up to a hundred file descriptors, depending on
the usage. So sad.
.Sp
2008-06-17 10:16:00 +00:00
While nominally embeddable in other event loops, this feature is broken in
2007-12-22 16:53:56 +00:00
all kernel versions tested so far.
2008-09-29 03:31:14 +00:00
.Sp
This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
2007-11-23 05:14:58 +00:00
.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4
.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4
.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)"
2008-10-30 08:09:30 +00:00
Kqueue deserves special mention, as at the time of this writing, it
was broken on all BSDs except NetBSD (usually it doesn't work reliably
with anything but sockets and pipes, except on Darwin, where of course
it's completely useless). Unlike epoll, however, whose brokenness
is by design, these kqueue bugs can (and eventually will) be fixed
without \s-1API\s0 changes to existing programs. For this reason it's not being
\&\*(L"auto-detected\*(R" unless you explicitly specify it in the flags (i.e. using
\&\f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR) or libev was compiled on a known-to-be-good (\-enough)
system like NetBSD.
2007-11-22 12:28:27 +00:00
.Sp
You still can embed kqueue into a normal poll or select backend and use it
only for sockets (after having made sure that sockets work with kqueue on
the target platform). See \f(CW\*(C`ev_embed\*(C'\fR watchers for more info.
.Sp
2007-11-22 12:28:27 +00:00
It scales in the same way as the epoll backend, but the interface to the
kernel is more efficient (which says nothing about its actual speed, of
course). While stopping, setting and starting an I/O watcher does never
2008-06-17 10:16:00 +00:00
cause an extra system call as with \f(CW\*(C`EVBACKEND_EPOLL\*(C'\fR, it still adds up to
2008-10-30 08:09:30 +00:00
two event changes per incident. Support for \f(CW\*(C`fork ()\*(C'\fR is very bad (but
sane, unlike epoll) and it drops fds silently in similarly hard-to-detect
cases
2007-12-22 16:53:56 +00:00
.Sp
This backend usually performs well under most conditions.
.Sp
While nominally embeddable in other event loops, this doesn't work
everywhere, so you might need to test for this. And since it is broken
almost everywhere, you should only use it when you have a lot of sockets
(for which it usually works), by embedding it into another event loop
2008-12-24 22:05:18 +00:00
(e.g. \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR or \f(CW\*(C`EVBACKEND_POLL\*(C'\fR (but \f(CW\*(C`poll\*(C'\fR is of course
also broken on \s-1OS\s0 X)) and, did I mention it, using it only for sockets.
2008-09-29 03:31:14 +00:00
.Sp
This backend maps \f(CW\*(C`EV_READ\*(C'\fR into an \f(CW\*(C`EVFILT_READ\*(C'\fR kevent with
\&\f(CW\*(C`NOTE_EOF\*(C'\fR, and \f(CW\*(C`EV_WRITE\*(C'\fR into an \f(CW\*(C`EVFILT_WRITE\*(C'\fR kevent with
\&\f(CW\*(C`NOTE_EOF\*(C'\fR.
2007-11-23 05:14:58 +00:00
.ie n .IP """EVBACKEND_DEVPOLL"" (value 16, Solaris 8)" 4
.el .IP "\f(CWEVBACKEND_DEVPOLL\fR (value 16, Solaris 8)" 4
.IX Item "EVBACKEND_DEVPOLL (value 16, Solaris 8)"
2007-12-22 16:53:56 +00:00
This is not implemented yet (and might never be, unless you send me an
implementation). According to reports, \f(CW\*(C`/dev/poll\*(C'\fR only supports sockets
and is not embeddable, which would limit the usefulness of this backend
immensely.
2007-11-23 05:14:58 +00:00
.ie n .IP """EVBACKEND_PORT"" (value 32, Solaris 10)" 4
.el .IP "\f(CWEVBACKEND_PORT\fR (value 32, Solaris 10)" 4
.IX Item "EVBACKEND_PORT (value 32, Solaris 10)"
2007-12-21 04:38:45 +00:00
This uses the Solaris 10 event port mechanism. As with everything on Solaris,
2007-11-22 12:28:27 +00:00
it's really slow, but it still scales very well (O(active_fds)).
2007-11-23 08:36:35 +00:00
.Sp
2008-06-17 10:16:00 +00:00
Please note that Solaris event ports can deliver a lot of spurious
2007-11-23 08:36:35 +00:00
notifications, so you need to use non-blocking I/O or other means to avoid
blocking when no data (or space) is available.
2007-12-22 16:53:56 +00:00
.Sp
While this backend scales well, it requires one system call per active
file descriptor per loop iteration. For small and medium numbers of file
descriptors a \*(L"slow\*(R" \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR or \f(CW\*(C`EVBACKEND_POLL\*(C'\fR backend
might perform better.
2008-01-28 12:23:01 +00:00
.Sp
2008-09-29 03:31:14 +00:00
On the positive side, with the exception of the spurious readiness
notifications, this backend actually performed fully to specification
in all tests and is fully embeddable, which is a rare feat among the
2008-10-30 08:09:30 +00:00
OS-specific backends (I vastly prefer correctness over speed hacks).
2008-09-29 03:31:14 +00:00
.Sp
This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
2007-11-23 05:14:58 +00:00
.ie n .IP """EVBACKEND_ALL""" 4
.el .IP "\f(CWEVBACKEND_ALL\fR" 4
.IX Item "EVBACKEND_ALL"
2007-11-22 12:28:27 +00:00
Try all backends (even potentially broken ones that wouldn't be tried
with \f(CW\*(C`EVFLAG_AUTO\*(C'\fR). Since this is a mask, you can do stuff such as
2007-11-23 05:14:58 +00:00
\&\f(CW\*(C`EVBACKEND_ALL & ~EVBACKEND_KQUEUE\*(C'\fR.
2007-12-22 16:53:56 +00:00
.Sp
It is definitely not recommended to use this flag.
2007-11-13 03:11:57 +00:00
.RE
.RS 4
2007-11-22 12:28:27 +00:00
.Sp
2008-06-17 10:16:00 +00:00
If one or more of these are or'ed into the flags value, then only these
2008-01-28 12:23:01 +00:00
backends will be tried (in the reverse order as listed here). If none are
specified, all backends in \f(CW\*(C`ev_recommended_backends ()\*(C'\fR will be tried.
2007-11-23 15:26:08 +00:00
.Sp
2008-09-29 03:31:14 +00:00
Example: This is the most typical usage.
2007-11-23 15:26:08 +00:00
.Sp
.Vb 2
2008-06-17 10:16:00 +00:00
\& if (!ev_default_loop (0))
\& fatal ("could not initialise libev, bad $LIBEV_FLAGS in environment?");
2007-11-23 15:26:08 +00:00
.Ve
.Sp
2008-09-29 03:31:14 +00:00
Example: Restrict libev to the select and poll backends, and do not allow
2007-11-23 15:26:08 +00:00
environment settings to be taken into account:
.Sp
.Vb 1
2008-06-17 10:16:00 +00:00
\& ev_default_loop (EVBACKEND_POLL | EVBACKEND_SELECT | EVFLAG_NOENV);
2007-11-23 15:26:08 +00:00
.Ve
.Sp
2008-09-29 03:31:14 +00:00
Example: Use whatever libev has to offer, but make sure that kqueue is
used if available (warning, breaks stuff, best use only with your own
private event loop and only if you know the \s-1OS\s0 supports your types of
fds):
2007-11-23 15:26:08 +00:00
.Sp
.Vb 1
2008-06-17 10:16:00 +00:00
\& ev_default_loop (ev_recommended_backends () | EVBACKEND_KQUEUE);
2007-11-23 15:26:08 +00:00
.Ve
2007-11-13 03:11:57 +00:00
.RE
.IP "struct ev_loop *ev_loop_new (unsigned int flags)" 4
.IX Item "struct ev_loop *ev_loop_new (unsigned int flags)"
Similar to \f(CW\*(C`ev_default_loop\*(C'\fR, but always creates a new event loop that is
always distinct from the default loop. Unlike the default loop, it cannot
handle signal and child watchers, and attempts to do so will be greeted by
undefined behaviour (or a failed assertion if assertions are enabled).
2007-11-23 16:17:12 +00:00
.Sp
2008-04-02 15:23:11 +00:00
Note that this function \fIis\fR thread-safe, and the recommended way to use
libev with threads is indeed to create one loop per thread, and using the
default loop in the \*(L"main\*(R" or \*(L"initial\*(R" thread.
.Sp
2007-11-27 20:26:50 +00:00
Example: Try to create a event loop that uses epoll and nothing else.
2007-11-23 16:17:12 +00:00
.Sp
.Vb 3
2008-06-17 10:16:00 +00:00
\& struct ev_loop *epoller = ev_loop_new (EVBACKEND_EPOLL | EVFLAG_NOENV);
\& if (!epoller)
\& fatal ("no epoll found here, maybe it hides under your chair");
2007-11-23 16:17:12 +00:00
.Ve
2007-11-13 03:11:57 +00:00
.IP "ev_default_destroy ()" 4
.IX Item "ev_default_destroy ()"
Destroys the default loop again (frees all memory and kernel state
2007-11-24 07:20:42 +00:00
etc.). None of the active event watchers will be stopped in the normal
sense, so e.g. \f(CW\*(C`ev_is_active\*(C'\fR might still return true. It is your
2008-06-17 10:16:00 +00:00
responsibility to either stop all watchers cleanly yourself \fIbefore\fR
2007-11-24 07:20:42 +00:00
calling this function, or cope with the fact afterwards (which is usually
2007-12-19 00:56:38 +00:00
the easiest thing, you can just ignore the watchers and/or \f(CW\*(C`free ()\*(C'\fR them
2007-11-24 07:20:42 +00:00
for example).
2007-12-19 00:56:38 +00:00
.Sp
2008-10-30 08:09:30 +00:00
Note that certain global state, such as signal state (and installed signal
handlers), will not be freed by this function, and related watchers (such
as signal and child watchers) would need to be stopped manually.
2007-12-19 00:56:38 +00:00
.Sp
In general it is not advisable to call this function except in the
rare occasion where you really need to free e.g. the signal handling
pipe fds. If you need dynamically allocated loops it is better to use
\&\f(CW\*(C`ev_loop_new\*(C'\fR and \f(CW\*(C`ev_loop_destroy\*(C'\fR).
2007-11-13 03:11:57 +00:00
.IP "ev_loop_destroy (loop)" 4
.IX Item "ev_loop_destroy (loop)"
Like \f(CW\*(C`ev_default_destroy\*(C'\fR, but destroys an event loop created by an
earlier call to \f(CW\*(C`ev_loop_new\*(C'\fR.
.IP "ev_default_fork ()" 4
.IX Item "ev_default_fork ()"
2008-01-28 12:23:01 +00:00
This function sets a flag that causes subsequent \f(CW\*(C`ev_loop\*(C'\fR iterations
to reinitialise the kernel state for backends that have one. Despite the
name, you can call it anytime, but it makes most sense after forking, in
the child process (or both child and parent, but that again makes little
sense). You \fImust\fR call it in the child before using any of the libev
functions, and it will only take effect at the next \f(CW\*(C`ev_loop\*(C'\fR iteration.
2007-11-13 03:11:57 +00:00
.Sp
2008-01-28 12:23:01 +00:00
On the other hand, you only need to call this function in the child
process if and only if you want to use the event library in the child. If
you just fork+exec, you don't have to call it at all.
2007-11-13 03:11:57 +00:00
.Sp
The function itself is quite fast and it's usually not a problem to call
it just in case after a fork. To make this easy, the function will fit in
quite nicely into a call to \f(CW\*(C`pthread_atfork\*(C'\fR:
.Sp
.Vb 1
\& pthread_atfork (0, 0, ev_default_fork);
.Ve
.IP "ev_loop_fork (loop)" 4
.IX Item "ev_loop_fork (loop)"
Like \f(CW\*(C`ev_default_fork\*(C'\fR, but acts on an event loop created by
\&\f(CW\*(C`ev_loop_new\*(C'\fR. Yes, you have to call this on every allocated event loop
2008-09-29 03:31:14 +00:00
after fork that you want to re-use in the child, and how you do this is
entirely your own problem.
2008-03-13 13:06:14 +00:00
.IP "int ev_is_default_loop (loop)" 4
.IX Item "int ev_is_default_loop (loop)"
2008-09-29 03:31:14 +00:00
Returns true when the given loop is, in fact, the default loop, and false
otherwise.
2007-12-07 16:49:49 +00:00
.IP "unsigned int ev_loop_count (loop)" 4
.IX Item "unsigned int ev_loop_count (loop)"
Returns the count of loop iterations for the loop, which is identical to
the number of times libev did poll for new events. It starts at \f(CW0\fR and
happily wraps around with enough iterations.
.Sp
This value can sometimes be useful as a generation counter of sorts (it
\&\*(L"ticks\*(R" the number of loop iterations), as it roughly corresponds with
\&\f(CW\*(C`ev_prepare\*(C'\fR and \f(CW\*(C`ev_check\*(C'\fR calls.
2009-07-17 14:43:38 +00:00
.IP "unsigned int ev_loop_depth (loop)" 4
.IX Item "unsigned int ev_loop_depth (loop)"
Returns the number of times \f(CW\*(C`ev_loop\*(C'\fR was entered minus the number of
times \f(CW\*(C`ev_loop\*(C'\fR was exited, in other words, the recursion depth.
.Sp
Outside \f(CW\*(C`ev_loop\*(C'\fR, this number is zero. In a callback, this number is
\&\f(CW1\fR, unless \f(CW\*(C`ev_loop\*(C'\fR was invoked recursively (or from another thread),
in which case it is higher.
.Sp
Leaving \f(CW\*(C`ev_loop\*(C'\fR abnormally (setjmp/longjmp, cancelling the thread
etc.), doesn't count as exit.
2007-11-23 05:14:58 +00:00
.IP "unsigned int ev_backend (loop)" 4
.IX Item "unsigned int ev_backend (loop)"
Returns one of the \f(CW\*(C`EVBACKEND_*\*(C'\fR flags indicating the event backend in
2007-11-13 03:11:57 +00:00
use.
.IP "ev_tstamp ev_now (loop)" 4
.IX Item "ev_tstamp ev_now (loop)"
Returns the current \*(L"event loop time\*(R", which is the time the event loop
2007-11-23 16:17:12 +00:00
received events and started processing them. This timestamp does not
change as long as callbacks are being processed, and this is also the base
time used for relative timers. You can treat it as the timestamp of the
2007-12-21 04:38:45 +00:00
event occurring (or more correctly, libev finding out about it).
2008-09-29 03:31:14 +00:00
.IP "ev_now_update (loop)" 4
.IX Item "ev_now_update (loop)"
Establishes the current time by querying the kernel, updating the time
returned by \f(CW\*(C`ev_now ()\*(C'\fR in the progress. This is a costly operation and
is usually done automatically within \f(CW\*(C`ev_loop ()\*(C'\fR.
.Sp
This function is rarely useful, but when some event callback runs for a
very long time without entering the event loop, updating libev's idea of
the current time is a good idea.
.Sp
See also \*(L"The special problem of time updates\*(R" in the \f(CW\*(C`ev_timer\*(C'\fR section.
2009-04-28 00:50:19 +00:00
.IP "ev_suspend (loop)" 4
.IX Item "ev_suspend (loop)"
.PD 0
.IP "ev_resume (loop)" 4
.IX Item "ev_resume (loop)"
.PD
These two functions suspend and resume a loop, for use when the loop is
not used for a while and timeouts should not be processed.
.Sp
A typical use case would be an interactive program such as a game: When
the user presses \f(CW\*(C`^Z\*(C'\fR to suspend the game and resumes it an hour later it
would be best to handle timeouts as if no time had actually passed while
the program was suspended. This can be achieved by calling \f(CW\*(C`ev_suspend\*(C'\fR
in your \f(CW\*(C`SIGTSTP\*(C'\fR handler, sending yourself a \f(CW\*(C`SIGSTOP\*(C'\fR and calling
\&\f(CW\*(C`ev_resume\*(C'\fR directly afterwards to resume timer processing.
.Sp
Effectively, all \f(CW\*(C`ev_timer\*(C'\fR watchers will be delayed by the time spend
between \f(CW\*(C`ev_suspend\*(C'\fR and \f(CW\*(C`ev_resume\*(C'\fR, and all \f(CW\*(C`ev_periodic\*(C'\fR watchers
will be rescheduled (that is, they will lose any events that would have
occured while suspended).
.Sp
After calling \f(CW\*(C`ev_suspend\*(C'\fR you \fBmust not\fR call \fIany\fR function on the
given loop other than \f(CW\*(C`ev_resume\*(C'\fR, and you \fBmust not\fR call \f(CW\*(C`ev_resume\*(C'\fR
without a previous call to \f(CW\*(C`ev_suspend\*(C'\fR.
.Sp
Calling \f(CW\*(C`ev_suspend\*(C'\fR/\f(CW\*(C`ev_resume\*(C'\fR has the side effect of updating the
event loop time (see \f(CW\*(C`ev_now_update\*(C'\fR).
2007-11-13 03:11:57 +00:00
.IP "ev_loop (loop, int flags)" 4
.IX Item "ev_loop (loop, int flags)"
Finally, this is it, the event handler. This function usually is called
after you initialised all your watchers and you want to start handling
events.
.Sp
2007-11-23 15:26:08 +00:00
If the flags argument is specified as \f(CW0\fR, it will not return until
either no event watchers are active anymore or \f(CW\*(C`ev_unloop\*(C'\fR was called.
2007-11-13 03:11:57 +00:00
.Sp
2007-11-23 16:17:12 +00:00
Please note that an explicit \f(CW\*(C`ev_unloop\*(C'\fR is usually better than
relying on all watchers to be stopped when deciding when a program has
2008-09-29 03:31:14 +00:00
finished (especially in interactive programs), but having a program
that automatically loops as long as it has to and no longer by virtue
of relying on its watchers stopping correctly, that is truly a thing of
beauty.
2007-11-23 16:17:12 +00:00
.Sp
2007-11-13 03:11:57 +00:00
A flags value of \f(CW\*(C`EVLOOP_NONBLOCK\*(C'\fR will look for new events, will handle
2008-09-29 03:31:14 +00:00
those events and any already outstanding ones, but will not block your
process in case there are no events and will return after one iteration of
the loop.
2007-11-13 03:11:57 +00:00
.Sp
A flags value of \f(CW\*(C`EVLOOP_ONESHOT\*(C'\fR will look for new events (waiting if
2008-09-29 03:31:14 +00:00
necessary) and will handle those and any already outstanding ones. It
will block your process until at least one new event arrives (which could
2008-10-30 08:09:30 +00:00
be an event internal to libev itself, so there is no guarantee that a
2008-09-29 03:31:14 +00:00
user-registered callback will be called), and will return after one
iteration of the loop.
.Sp
This is useful if you are waiting for some external event in conjunction
with something not expressible using other libev watchers (i.e. "roll your
own \f(CW\*(C`ev_loop\*(C'\fR"). However, a pair of \f(CW\*(C`ev_prepare\*(C'\fR/\f(CW\*(C`ev_check\*(C'\fR watchers is
2007-11-23 15:26:08 +00:00
usually a better approach for this kind of thing.
2007-11-18 03:43:24 +00:00
.Sp
2007-11-23 15:26:08 +00:00
Here are the gory details of what \f(CW\*(C`ev_loop\*(C'\fR does:
2007-11-18 03:43:24 +00:00
.Sp
2008-01-28 12:23:01 +00:00
.Vb 10
\& \- Before the first iteration, call any pending watchers.
\& * If EVFLAG_FORKCHECK was used, check for a fork.
2008-09-29 03:31:14 +00:00
\& \- If a fork was detected (by any means), queue and call all fork watchers.
2008-01-28 12:23:01 +00:00
\& \- Queue and call all prepare watchers.
2008-09-29 03:31:14 +00:00
\& \- If we have been forked, detach and recreate the kernel state
\& as to not disturb the other process.
2008-01-28 12:23:01 +00:00
\& \- Update the kernel state with all outstanding changes.
2008-09-29 03:31:14 +00:00
\& \- Update the "event loop time" (ev_now ()).
2008-01-28 12:23:01 +00:00
\& \- Calculate for how long to sleep or block, if at all
\& (active idle watchers, EVLOOP_NONBLOCK or not having
\& any active watchers at all will result in not sleeping).
\& \- Sleep if the I/O and timer collect interval say so.
\& \- Block the process, waiting for any events.
\& \- Queue all outstanding I/O (fd) events.
2008-09-29 03:31:14 +00:00
\& \- Update the "event loop time" (ev_now ()), and do time jump adjustments.
\& \- Queue all expired timers.
\& \- Queue all expired periodics.
\& \- Unless any events are pending now, queue all idle watchers.
2008-01-28 12:23:01 +00:00
\& \- Queue all check watchers.
\& \- Call all queued watchers in reverse order (i.e. check watchers first).
2007-11-23 15:26:08 +00:00
\& Signals and child watchers are implemented as I/O watchers, and will
\& be handled here by queueing them when their watcher gets executed.
2008-01-28 12:23:01 +00:00
\& \- If ev_unloop has been called, or EVLOOP_ONESHOT or EVLOOP_NONBLOCK
\& were used, or there are no active watchers, return, otherwise
\& continue with step *.
2007-11-18 03:43:24 +00:00