libev/ev.3

2654 lines
114 KiB
Groff
Raw Normal View History

2007-11-13 03:11:57 +00:00
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sh \" Subsection heading
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.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
.\" double quote, and \*(R" will give a right double quote. | will give a
.\" real vertical bar. \*(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-|\(bv\*(Tr
.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\}
.\"
.\" If the F register is turned on, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. nr % 0
. rr F
.\}
.\"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.hy 0
.if n .na
.\"
.\" 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
.\" ========================================================================
.\"
.IX Title ""<STANDARD INPUT>" 1"
2007-12-09 19:42:57 +00:00
.TH "<STANDARD INPUT>" 1 "2007-12-09" "perl v5.8.8" "User Contributed Perl Documentation"
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
\& #include <ev.h>
.Ve
.SH "EXAMPLE PROGRAM"
.IX Header "EXAMPLE PROGRAM"
.Vb 1
2007-11-13 03:11:57 +00:00
\& #include <ev.h>
.Ve
.PP
2007-11-27 20:26:50 +00:00
.Vb 2
\& ev_io stdin_watcher;
\& ev_timer timeout_watcher;
.Ve
.PP
.Vb 8
\& /* called when data readable on stdin */
\& static void
\& stdin_cb (EV_P_ struct ev_io *w, int revents)
\& {
\& /* puts ("stdin ready"); */
\& ev_io_stop (EV_A_ w); /* just a syntax example */
\& ev_unloop (EV_A_ EVUNLOOP_ALL); /* leave all loop calls */
\& }
.Ve
.PP
.Vb 6
\& static void
\& timeout_cb (EV_P_ struct ev_timer *w, int revents)
\& {
\& /* puts ("timeout"); */
\& ev_unloop (EV_A_ EVUNLOOP_ONE); /* leave one loop call */
\& }
.Ve
.PP
.Vb 4
\& int
\& main (void)
\& {
\& struct ev_loop *loop = ev_default_loop (0);
.Ve
.PP
.Vb 3
\& /* initialise an io watcher, then start it */
\& ev_io_init (&stdin_watcher, stdin_cb, /*STDIN_FILENO*/ 0, EV_READ);
\& ev_io_start (loop, &stdin_watcher);
.Ve
.PP
.Vb 3
\& /* simple non-repeating 5.5 second timeout */
\& ev_timer_init (&timeout_watcher, timeout_cb, 5.5, 0.);
\& ev_timer_start (loop, &timeout_watcher);
.Ve
.PP
.Vb 2
\& /* loop till timeout or data ready */
\& ev_loop (loop, 0);
.Ve
.PP
.Vb 2
\& return 0;
\& }
.Ve
2007-11-13 03:11:57 +00:00
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
2007-12-07 19:15:39 +00:00
The newest version of this document is also available as a html-formatted
web page you might find easier to navigate when reading it for the first
time: <http://cvs.schmorp.de/libev/ev.html>.
.PP
2007-11-13 03:11:57 +00:00
Libev is an event loop: you register interest in certain events (such as a
file descriptor being readable or a timeout occuring), and it will manage
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.
.SH "FEATURES"
.IX Header "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
benchmark comparing it to libevent
for example).
2007-11-13 03:11:57 +00:00
.SH "CONVENTIONS"
.IX Header "CONVENTIONS"
2007-11-27 20:26:50 +00:00
Libev is very configurable. In this manual the default 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 name \f(CW\*(C`loop\*(C'\fR
(which is always of type \f(CW\*(C`struct ev_loop *\*(C'\fR) will not have this argument.
2007-11-13 03:11:57 +00:00
.SH "TIME REPRESENTATION"
.IX Header "TIME REPRESENTATION"
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
2007-11-23 16:17:12 +00:00
to the \f(CW\*(C`double\*(C'\fR type in C, and when you need to do any calculations on
it, you should treat it as such.
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.
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:42:57 +00:00
You can find out the major and minor \s-1API/ABI\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:42:57 +00:00
These version numbers refer to the \s-1API\s0 and \s-1ABI\s0 version of the library, not
the release version.
.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
\& assert (("libev version mismatch",
\& ev_version_major () == EV_VERSION_MAJOR
\& && ev_version_minor () >= EV_VERSION_MINOR));
.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
\& assert (("sorry, no epoll, no sex",
\& ev_supported_backends () & EVBACKEND_EPOLL));
.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
most BSDs and will not be autodetected unless you explicitly request it
(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
is the theoretical, all\-platform, value. To find which backends
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.
.IP "ev_set_allocator (void *(*cb)(void *ptr, long size))" 4
.IX Item "ev_set_allocator (void *(*cb)(void *ptr, long size))"
Sets the allocation function to use (the prototype is similar \- the
semantics is identical \- to the realloc C function). It is used to
allocate and free memory (no surprises here). If it returns zero when
memory needs to be allocated, the library might abort or take some
potentially destructive action. The default is your system realloc
function.
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
retries).
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);
.Ve
.Sp
.Vb 2
\& if (newptr)
\& return newptr;
.Ve
.Sp
.Vb 3
\& sleep (60);
\& }
\& }
.Ve
.Sp
.Vb 2
\& ...
\& ev_set_allocator (persistent_realloc);
.Ve
2007-11-13 03:11:57 +00:00
.IP "ev_set_syserr_cb (void (*cb)(const char *msg));" 4
.IX Item "ev_set_syserr_cb (void (*cb)(const char *msg));"
Set the callback function to call on a retryable syscall error (such
as failed select, poll, epoll_wait). The message is a printable string
indicating the system call or subsystem causing the problem. If this
callback is set, then libev will expect it to remedy the sitution, no
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 ();
\& }
.Ve
.Sp
.Vb 2
\& ...
\& 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"
An event loop is described by a \f(CW\*(C`struct ev_loop *\*(C'\fR. 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.
.PP
If you use threads, a common model is to run the default event loop
in your main thread (or in a separate thread) and for each thread you
create, you also create another event loop. Libev itself does no locking
whatsoever, so if you mix calls to the same event loop in different
threads, make sure you lock (this is usually a bad idea, though, even if
done correctly, because it's hideous and inefficient).
.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
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"
If this flag bit is ored into the flag value (or the program runs setuid
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
2007-11-29 17:28:13 +00:00
Linux system for example, \f(CW\*(C`getpid\*(C'\fR is actually a simple 5\-insn sequence
without a syscall and thus \fIvery\fR fast, but my Linux system also has
\&\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
This flag setting cannot be overriden or specified in the \f(CW\*(C`LIBEV_FLAGS\*(C'\fR
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
using this backend. It doesn't scale too well (O(highest_fd)), but its usually
the fastest backend for a low number of fds.
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-11-22 12:28:27 +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).
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,
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), epoll scales
either O(1) or O(active_fds).
.Sp
While stopping and starting an I/O watcher in the same iteration will
result in some caching, there is still a syscall per such incident
(because the fd could point to a different file description now), so its
best to avoid that. Also, \fIdup()\fRed file descriptors might not work very
well if you register events for both fds.
2007-11-23 08:36:35 +00:00
.Sp
Please note that epoll sometimes generates spurious notifications, so you
need to use non-blocking I/O or other means to avoid blocking when no data
(or space) is available.
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)"
2007-11-22 12:28:27 +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 with
anything but sockets and pipes, except on Darwin, where of course its
2007-11-23 15:26:08 +00:00
completely useless). For this reason its not being \*(L"autodetected\*(R"
unless you explicitly specify it explicitly in the flags (i.e. using
\&\f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR).
2007-11-22 12:28:27 +00:00
.Sp
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 starting and stopping an I/O watcher does not cause an
extra syscall as with epoll, it still adds up to four event changes per
incident, so its best to avoid that.
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-11-22 12:28:27 +00:00
This is not implemented yet (and might never be).
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-11-22 12:28:27 +00:00
This uses the Solaris 10 port mechanism. As with everything on Solaris,
it's really slow, but it still scales very well (O(active_fds)).
2007-11-23 08:36:35 +00:00
.Sp
Please note that solaris ports can result in a lot of spurious
notifications, so you need to use non-blocking I/O or other means to avoid
blocking when no data (or space) is available.
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-11-13 03:11:57 +00:00
.RE
.RS 4
2007-11-22 12:28:27 +00:00
.Sp
If one or more of these are ored into the flags value, then only these
backends will be tried (in the reverse order as given here). If none are
specified, most compiled-in backend will be tried, usually in reverse
order of their flag values :)
2007-11-23 15:26:08 +00:00
.Sp
The most typical usage is like this:
.Sp
.Vb 2
\& if (!ev_default_loop (0))
\& fatal ("could not initialise libev, bad $LIBEV_FLAGS in environment?");
.Ve
.Sp
Restrict libev to the select and poll backends, and do not allow
environment settings to be taken into account:
.Sp
.Vb 1
\& ev_default_loop (EVBACKEND_POLL | EVBACKEND_SELECT | EVFLAG_NOENV);
.Ve
.Sp
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):
.Sp
.Vb 1
\& ev_default_loop (ev_recommended_backends () | EVBACKEND_KQUEUE);
.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
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
\& struct ev_loop *epoller = ev_loop_new (EVBACKEND_EPOLL | EVFLAG_NOENV);
\& if (!epoller)
\& fatal ("no epoll found here, maybe it hides under your chair");
.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
responsibility to either stop all watchers cleanly yoursef \fIbefore\fR
calling this function, or cope with the fact afterwards (which is usually
the easiest thing, youc na just ignore the watchers and/or \f(CW\*(C`free ()\*(C'\fR them
for example).
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 ()"
This function reinitialises the kernel state for backends that have
one. Despite the name, you can call it anytime, but it makes most sense
after forking, in either the parent or child process (or both, but that
again makes little sense).
.Sp
2007-11-23 04:36:03 +00:00
You \fImust\fR call this function in the child process after forking if and
only if you want to use the event library in both processes. If you just
fork+exec, you don't have to call it.
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
2007-11-23 05:14:58 +00:00
.Sp
At the moment, \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR and \f(CW\*(C`EVBACKEND_POLL\*(C'\fR are safe to use
without calling this function, so if you force one of those backends you
do not need to care.
2007-11-13 03:11:57 +00:00
.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
after fork, and how you do this is entirely your own problem.
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.
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
event occuring (or more correctly, libev finding out about it).
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
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 is a thing of beauty.
.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
those events and any outstanding ones, but will not block your process in
case there are no events and will return after one iteration of the loop.
.Sp
A flags value of \f(CW\*(C`EVLOOP_ONESHOT\*(C'\fR will look for new events (waiting if
neccessary) and will handle those and any outstanding ones. It will block
your process until at least one new event arrives, and will return after
2007-11-23 15:26:08 +00:00
one iteration of the loop. This is useful if you are waiting for some
external event in conjunction with something not expressible using other
libev watchers. However, a pair of \f(CW\*(C`ev_prepare\*(C'\fR/\f(CW\*(C`ev_check\*(C'\fR watchers is
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
2007-12-08 22:11:14 +00:00
.Vb 19
\& - Before the first iteration, call any pending watchers.
2007-11-23 15:26:08 +00:00
\& * If there are no active watchers (reference count is zero), return.
2007-12-08 22:11:14 +00:00
\& - Queue all prepare watchers and then call all outstanding watchers.
2007-11-23 15:26:08 +00:00
\& - If we have been forked, recreate the kernel state.
\& - Update the kernel state with all outstanding changes.
\& - Update the "event loop time".
\& - Calculate for how long to block.
\& - Block the process, waiting for any events.
\& - Queue all outstanding I/O (fd) events.
\& - Update the "event loop time" and do time jump handling.
\& - Queue all outstanding timers.
\& - Queue all outstanding periodics.
\& - If no events are pending now, queue all idle watchers.
\& - Queue all check watchers.
\& - Call all queued watchers in reverse order (i.e. check watchers first).
\& Signals and child watchers are implemented as I/O watchers, and will
\& be handled here by queueing them when their watcher gets executed.
\& - If ev_unloop has been called or EVLOOP_ONESHOT or EVLOOP_NONBLOCK
\& were used, return, otherwise continue with step *.
2007-11-18 03:43:24 +00:00
.Ve
2007-11-23 16:17:12 +00:00
.Sp
2007-11-27 20:26:50 +00:00
Example: Queue some jobs and then loop until no events are outsanding
2007-11-23 16:17:12 +00:00
anymore.
.Sp
.Vb 4
\& ... queue jobs here, make sure they register event watchers as long
\& ... as they still have work to do (even an idle watcher will do..)
\& ev_loop (my_loop, 0);
\& ... jobs done. yeah!
.Ve
2007-11-13 03:11:57 +00:00
.IP "ev_unloop (loop, how)" 4
.IX Item "ev_unloop (loop, how)"
Can be used to make a call to \f(CW\*(C`ev_loop\*(C'\fR return early (but only after it
has processed all outstanding events). The \f(CW\*(C`how\*(C'\fR argument must be either
\&\f(CW\*(C`EVUNLOOP_ONE\*(C'\fR, which will make the innermost \f(CW\*(C`ev_loop\*(C'\fR call return, or
\&\f(CW\*(C`EVUNLOOP_ALL\*(C'\fR, which will make all nested \f(CW\*(C`ev_loop\*(C'\fR calls return.
.IP "ev_ref (loop)" 4
.IX Item "ev_ref (loop)"
.PD 0
.IP "ev_unref (loop)" 4
.IX Item "ev_unref (loop)"
.PD
Ref/unref can be used to add or remove a reference count on the event
loop: Every watcher keeps one reference, and as long as the reference
count is nonzero, \f(CW\*(C`ev_loop\*(C'\fR will not return on its own. If you have
a watcher you never unregister that should not keep \f(CW\*(C`ev_loop\*(C'\fR from
returning, \fIev_unref()\fR after starting, and \fIev_ref()\fR before stopping it. For
example, libev itself uses this for its internal signal pipe: It is not
visible to the libev user and should not keep \f(CW\*(C`ev_loop\*(C'\fR from exiting if
no event watchers registered by it are active. It is also an excellent
way to do this for generic recurring timers or from within third-party
libraries. Just remember to \fIunref after start\fR and \fIref before stop\fR.
2007-11-23 16:17:12 +00:00
.Sp
2007-11-27 20:26:50 +00:00
Example: Create a signal watcher, but keep it from keeping \f(CW\*(C`ev_loop\*(C'\fR
2007-11-23 16:17:12 +00:00
running when nothing else is active.
.Sp
.Vb 4
2007-11-27 20:26:50 +00:00
\& struct ev_signal exitsig;
2007-11-23 16:17:12 +00:00
\& ev_signal_init (&exitsig, sig_cb, SIGINT);
2007-11-27 20:26:50 +00:00
\& ev_signal_start (loop, &exitsig);
\& evf_unref (loop);
2007-11-23 16:17:12 +00:00
.Ve
.Sp
2007-11-27 20:26:50 +00:00
Example: For some weird reason, unregister the above signal handler again.
2007-11-23 16:17:12 +00:00
.Sp
.Vb 2
2007-11-27 20:26:50 +00:00
\& ev_ref (loop);
\& ev_signal_stop (loop, &exitsig);
2007-11-23 16:17:12 +00:00
.Ve
2007-11-13 03:11:57 +00:00
.SH "ANATOMY OF A WATCHER"
.IX Header "ANATOMY OF A WATCHER"
A watcher is a structure that you create and register to record your
interest in some event. For instance, if you want to wait for \s-1STDIN\s0 to
become readable, you would create an \f(CW\*(C`ev_io\*(C'\fR watcher for that:
.PP
.Vb 5
\& static void my_cb (struct ev_loop *loop, struct ev_io *w, int revents)
\& {
\& ev_io_stop (w);
\& ev_unloop (loop, EVUNLOOP_ALL);
\& }
.Ve
.PP
.Vb 6
\& struct ev_loop *loop = ev_default_loop (0);
\& struct ev_io stdin_watcher;
\& ev_init (&stdin_watcher, my_cb);
\& ev_io_set (&stdin_watcher, STDIN_FILENO, EV_READ);
\& ev_io_start (loop, &stdin_watcher);
\& ev_loop (loop, 0);
.Ve
.PP
As you can see, you are responsible for allocating the memory for your
watcher structures (and it is usually a bad idea to do this on the stack,
although this can sometimes be quite valid).
.PP
Each watcher structure must be initialised by a call to \f(CW\*(C`ev_init
(watcher *, callback)\*(C'\fR, which expects a callback to be provided. This
callback gets invoked each time the event occurs (or, in the case of io
watchers, each time the event loop detects that the file descriptor given
is readable and/or writable).
.PP
Each watcher type has its own \f(CW\*(C`ev_<type>_set (watcher *, ...)\*(C'\fR macro
with arguments specific to this watcher type. There is also a macro
to combine initialisation and setting in one call: \f(CW\*(C`ev_<type>_init
(watcher *, callback, ...)\*(C'\fR.
.PP
To make the watcher actually watch out for events, you have to start it
with a watcher-specific start function (\f(CW\*(C`ev_<type>_start (loop, watcher
*)\*(C'\fR), and you can stop watching for events at any time by calling the
corresponding stop function (\f(CW\*(C`ev_<type>_stop (loop, watcher *)\*(C'\fR.
.PP
As long as your watcher is active (has been started but not stopped) you
must not touch the values stored in it. Most specifically you must never
reinitialise it or call its \f(CW\*(C`set\*(C'\fR macro.
2007-11-13 03:11:57 +00:00
.PP
Each and every callback receives the event loop pointer as first, the
registered watcher structure as second, and a bitset of received events as
third argument.
.PP
The received events usually include a single bit per event type received
(you can receive multiple events at the same time). The possible bit masks
are:
.ie n .IP """EV_READ""" 4
.el .IP "\f(CWEV_READ\fR" 4
.IX Item "EV_READ"
.PD 0
.ie n .IP """EV_WRITE""" 4
.el .IP "\f(CWEV_WRITE\fR" 4
.IX Item "EV_WRITE"
.PD
The file descriptor in the \f(CW\*(C`ev_io\*(C'\fR watcher has become readable and/or
writable.
.ie n .IP """EV_TIMEOUT""" 4
.el .IP "\f(CWEV_TIMEOUT\fR" 4
.IX Item "EV_TIMEOUT"
The \f(CW\*(C`ev_timer\*(C'\fR watcher has timed out.
.ie n .IP """EV_PERIODIC""" 4
.el .IP "\f(CWEV_PERIODIC\fR" 4
.IX Item "EV_PERIODIC"
The \f(CW\*(C`ev_periodic\*(C'\fR watcher has timed out.
.ie n .IP """EV_SIGNAL""" 4
.el .IP "\f(CWEV_SIGNAL\fR" 4
.IX Item "EV_SIGNAL"
The signal specified in the \f(CW\*(C`ev_signal\*(C'\fR watcher has been received by a thread.
.ie n .IP """EV_CHILD""" 4
.el .IP "\f(CWEV_CHILD\fR" 4
.IX Item "EV_CHILD"
The pid specified in the \f(CW\*(C`ev_child\*(C'\fR watcher has received a status change.
2007-11-27 08:11:52 +00:00
.ie n .IP """EV_STAT""" 4
.el .IP "\f(CWEV_STAT\fR" 4
.IX Item "EV_STAT"
The path specified in the \f(CW\*(C`ev_stat\*(C'\fR watcher changed its attributes somehow.
2007-11-13 03:11:57 +00:00
.ie n .IP """EV_IDLE""" 4
.el .IP "\f(CWEV_IDLE\fR" 4
.IX Item "EV_IDLE"
The \f(CW\*(C`ev_idle\*(C'\fR watcher has determined that you have nothing better to do.
.ie n .IP """EV_PREPARE""" 4
.el .IP "\f(CWEV_PREPARE\fR" 4
.IX Item "EV_PREPARE"
.PD 0
.ie n .IP """EV_CHECK""" 4
.el .IP "\f(CWEV_CHECK\fR" 4
.IX Item "EV_CHECK"
.PD
All \f(CW\*(C`ev_prepare\*(C'\fR watchers are invoked just \fIbefore\fR \f(CW\*(C`ev_loop\*(C'\fR starts
to gather new events, and all \f(CW\*(C`ev_check\*(C'\fR watchers are invoked just after
\&\f(CW\*(C`ev_loop\*(C'\fR has gathered them, but before it invokes any callbacks for any
received events. Callbacks of both watcher types can start and stop as
many watchers as they want, and all of them will be taken into account
(for example, a \f(CW\*(C`ev_prepare\*(C'\fR watcher might start an idle watcher to keep
\&\f(CW\*(C`ev_loop\*(C'\fR from blocking).
2007-11-27 10:59:10 +00:00
.ie n .IP """EV_EMBED""" 4
.el .IP "\f(CWEV_EMBED\fR" 4
.IX Item "EV_EMBED"
The embedded event loop specified in the \f(CW\*(C`ev_embed\*(C'\fR watcher needs attention.
.ie n .IP """EV_FORK""" 4
.el .IP "\f(CWEV_FORK\fR" 4
.IX Item "EV_FORK"
The event loop has been resumed in the child process after fork (see
\&\f(CW\*(C`ev_fork\*(C'\fR).
2007-11-13 03:11:57 +00:00
.ie n .IP """EV_ERROR""" 4
.el .IP "\f(CWEV_ERROR\fR" 4
.IX Item "EV_ERROR"
An unspecified error has occured, the watcher has been stopped. This might
happen because the watcher could not be properly started because libev
ran out of memory, a file descriptor was found to be closed or any other
problem. You best act on it by reporting the problem and somehow coping
with the watcher being stopped.
.Sp
Libev will usually signal a few \*(L"dummy\*(R" events together with an error,
for example it might indicate that a fd is readable or writable, and if
your callbacks is well-written it can just attempt the operation and cope
with the error from \fIread()\fR or \fIwrite()\fR. This will not work in multithreaded
programs, though, so beware.
2007-11-24 16:31:45 +00:00
.Sh "\s-1GENERIC\s0 \s-1WATCHER\s0 \s-1FUNCTIONS\s0"
.IX Subsection "GENERIC WATCHER FUNCTIONS"
In the following description, \f(CW\*(C`TYPE\*(C'\fR stands for the watcher type,
e.g. \f(CW\*(C`timer\*(C'\fR for \f(CW\*(C`ev_timer\*(C'\fR watchers and \f(CW\*(C`io\*(C'\fR for \f(CW\*(C`ev_io\*(C'\fR watchers.
.ie n .IP """ev_init"" (ev_TYPE *watcher, callback)" 4
.el .IP "\f(CWev_init\fR (ev_TYPE *watcher, callback)" 4
.IX Item "ev_init (ev_TYPE *watcher, callback)"
This macro initialises the generic portion of a watcher. The contents
of the watcher object can be arbitrary (so \f(CW\*(C`malloc\*(C'\fR will do). Only
the generic parts of the watcher are initialised, you \fIneed\fR to call
the type-specific \f(CW\*(C`ev_TYPE_set\*(C'\fR macro afterwards to initialise the
type-specific parts. For each type there is also a \f(CW\*(C`ev_TYPE_init\*(C'\fR macro
which rolls both calls into one.
.Sp
You can reinitialise a watcher at any time as long as it has been stopped
(or never started) and there are no pending events outstanding.
.Sp
2007-11-24 16:31:45 +00:00
The callback is always of type \f(CW\*(C`void (*)(ev_loop *loop, ev_TYPE *watcher,
int revents)\*(C'\fR.
.ie n .IP """ev_TYPE_set"" (ev_TYPE *, [args])" 4
.el .IP "\f(CWev_TYPE_set\fR (ev_TYPE *, [args])" 4
.IX Item "ev_TYPE_set (ev_TYPE *, [args])"
This macro initialises the type-specific parts of a watcher. You need to
call \f(CW\*(C`ev_init\*(C'\fR at least once before you call this macro, but you can
call \f(CW\*(C`ev_TYPE_set\*(C'\fR any number of times. You must not, however, call this
macro on a watcher that is active (it can be pending, however, which is a
difference to the \f(CW\*(C`ev_init\*(C'\fR macro).
.Sp
Although some watcher types do not have type-specific arguments
(e.g. \f(CW\*(C`ev_prepare\*(C'\fR) you still need to call its \f(CW\*(C`set\*(C'\fR macro.
.ie n .IP """ev_TYPE_init"" (ev_TYPE *watcher, callback, [args])" 4
.el .IP "\f(CWev_TYPE_init\fR (ev_TYPE *watcher, callback, [args])" 4
.IX Item "ev_TYPE_init (ev_TYPE *watcher, callback, [args])"
This convinience macro rolls both \f(CW\*(C`ev_init\*(C'\fR and \f(CW\*(C`ev_TYPE_set\*(C'\fR macro
calls into a single call. This is the most convinient method to initialise
a watcher. The same limitations apply, of course.
.ie n .IP """ev_TYPE_start"" (loop *, ev_TYPE *watcher)" 4
.el .IP "\f(CWev_TYPE_start\fR (loop *, ev_TYPE *watcher)" 4
.IX Item "ev_TYPE_start (loop *, ev_TYPE *watcher)"
Starts (activates) the given watcher. Only active watchers will receive
events. If the watcher is already active nothing will happen.
.ie n .IP """ev_TYPE_stop"" (loop *, ev_TYPE *watcher)" 4
.el .IP "\f(CWev_TYPE_stop\fR (loop *, ev_TYPE *watcher)" 4
.IX Item "ev_TYPE_stop (loop *, ev_TYPE *watcher)"
Stops the given watcher again (if active) and clears the pending
status. It is possible that stopped watchers are pending (for example,
non-repeating timers are being stopped when they become pending), but
\&\f(CW\*(C`ev_TYPE_stop\*(C'\fR ensures that the watcher is neither active nor pending. If
you want to free or reuse the memory used by the watcher it is therefore a
good idea to always call its \f(CW\*(C`ev_TYPE_stop\*(C'\fR function.
.IP "bool ev_is_active (ev_TYPE *watcher)" 4
.IX Item "bool ev_is_active (ev_TYPE *watcher)"
Returns a true value iff the watcher is active (i.e. it has been started
and not yet been stopped). As long as a watcher is active you must not modify
it.
.IP "bool ev_is_pending (ev_TYPE *watcher)" 4
.IX Item "bool ev_is_pending (ev_TYPE *watcher)"
Returns a true value iff the watcher is pending, (i.e. it has outstanding
events but its callback has not yet been invoked). As long as a watcher
is pending (but not active) you must not call an init function on it (but
2007-12-08 14:27:38 +00:00
\&\f(CW\*(C`ev_TYPE_set\*(C'\fR is safe), you must not change its priority, and you must
make sure the watcher is available to libev (e.g. you cannot \f(CW\*(C`free ()\*(C'\fR
it).
2007-11-27 20:38:07 +00:00
.IP "callback ev_cb (ev_TYPE *watcher)" 4
.IX Item "callback ev_cb (ev_TYPE *watcher)"
Returns the callback currently set on the watcher.
.IP "ev_cb_set (ev_TYPE *watcher, callback)" 4
.IX Item "ev_cb_set (ev_TYPE *watcher, callback)"
Change the callback. You can change the callback at virtually any time
(modulo threads).
2007-12-07 16:49:49 +00:00
.IP "ev_set_priority (ev_TYPE *watcher, priority)" 4
.IX Item "ev_set_priority (ev_TYPE *watcher, priority)"
.PD 0
.IP "int ev_priority (ev_TYPE *watcher)" 4
.IX Item "int ev_priority (ev_TYPE *watcher)"
.PD
Set and query the priority of the watcher. The priority is a small
integer between \f(CW\*(C`EV_MAXPRI\*(C'\fR (default: \f(CW2\fR) and \f(CW\*(C`EV_MINPRI\*(C'\fR
(default: \f(CW\*(C`\-2\*(C'\fR). Pending watchers with higher priority will be invoked
before watchers with lower priority, but priority will not keep watchers
from being executed (except for \f(CW\*(C`ev_idle\*(C'\fR watchers).
.Sp
This means that priorities are \fIonly\fR used for ordering callback
invocation after new events have been received. This is useful, for
example, to reduce latency after idling, or more often, to bind two
watchers on the same event and make sure one is called first.
.Sp
If you need to suppress invocation when higher priority events are pending
you need to look at \f(CW\*(C`ev_idle\*(C'\fR watchers, which provide this functionality.
.Sp
2007-12-08 14:27:38 +00:00
You \fImust not\fR change the priority of a watcher as long as it is active or
pending.
.Sp
2007-12-07 16:49:49 +00:00
The default priority used by watchers when no priority has been set is
always \f(CW0\fR, which is supposed to not be too high and not be too low :).
.Sp
Setting a priority outside the range of \f(CW\*(C`EV_MINPRI\*(C'\fR to \f(CW\*(C`EV_MAXPRI\*(C'\fR is
fine, as long as you do not mind that the priority value you query might
or might not have been adjusted to be within valid range.
2007-12-08 14:27:38 +00:00
.IP "ev_invoke (loop, ev_TYPE *watcher, int revents)" 4
.IX Item "ev_invoke (loop, ev_TYPE *watcher, int revents)"
Invoke the \f(CW\*(C`watcher\*(C'\fR with the given \f(CW\*(C`loop\*(C'\fR and \f(CW\*(C`revents\*(C'\fR. Neither
\&\f(CW\*(C`loop\*(C'\fR nor \f(CW\*(C`revents\*(C'\fR need to be valid as long as the watcher callback
can deal with that fact.
.IP "int ev_clear_pending (loop, ev_TYPE *watcher)" 4
.IX Item "int ev_clear_pending (loop, ev_TYPE *watcher)"
If the watcher is pending, this function returns clears its pending status
and returns its \f(CW\*(C`revents\*(C'\fR bitset (as if its callback was invoked). If the
watcher isn't pending it does nothing and returns \f(CW0\fR.
2007-11-13 03:11:57 +00:00
.Sh "\s-1ASSOCIATING\s0 \s-1CUSTOM\s0 \s-1DATA\s0 \s-1WITH\s0 A \s-1WATCHER\s0"
.IX Subsection "ASSOCIATING CUSTOM DATA WITH A WATCHER"
Each watcher has, by default, a member \f(CW\*(C`void *data\*(C'\fR that you can change
and read at any time, libev will completely ignore it. This can be used
to associate arbitrary data with your watcher. If you need more data and
don't want to allocate memory and store a pointer to it in that data
member, you can also \*(L"subclass\*(R" the watcher type and provide your own
data:
.PP
.Vb 7
\& struct my_io
\& {
\& struct ev_io io;
\& int otherfd;
\& void *somedata;
\& struct whatever *mostinteresting;
\& }
.Ve
.PP
And since your callback will be called with a pointer to the watcher, you
can cast it back to your own type:
.PP
.Vb 5
\& static void my_cb (struct ev_loop *loop, struct ev_io *w_, int revents)
\& {
\& struct my_io *w = (struct my_io *)w_;
\& ...
\& }
.Ve
.PP
2007-11-27 20:38:07 +00:00
More interesting and less C\-conformant ways of casting your callback type
instead have been omitted.
.PP
Another common scenario is having some data structure with multiple
watchers:
.PP
.Vb 6
\& struct my_biggy
\& {
\& int some_data;
\& ev_timer t1;
\& ev_timer t2;
\& }
.Ve
.PP
In this case getting the pointer to \f(CW\*(C`my_biggy\*(C'\fR is a bit more complicated,
you need to use \f(CW\*(C`offsetof\*(C'\fR:
.PP
.Vb 1
\& #include <stddef.h>
.Ve
.PP
.Vb 6
\& static void
\& t1_cb (EV_P_ struct ev_timer *w, int revents)
\& {
\& struct my_biggy big = (struct my_biggy *
\& (((char *)w) - offsetof (struct my_biggy, t1));
\& }
.Ve
.PP
.Vb 6
\& static void
\& t2_cb (EV_P_ struct ev_timer *w, int revents)
\& {
\& struct my_biggy big = (struct my_biggy *
\& (((char *)w) - offsetof (struct my_biggy, t2));
\& }
.Ve
2007-11-13 03:11:57 +00:00
.SH "WATCHER TYPES"
.IX Header "WATCHER TYPES"
This section describes each watcher in detail, but will not repeat
2007-11-27 08:11:52 +00:00
information given in the last section. Any initialisation/set macros,
functions and members specific to the watcher type are explained.
.PP
Members are additionally marked with either \fI[read\-only]\fR, meaning that,
while the watcher is active, you can look at the member and expect some
sensible content, but you must not modify it (you can modify it while the
watcher is stopped to your hearts content), or \fI[read\-write]\fR, which
means you can expect it to have some sensible content while the watcher
is active, but you can also modify it. Modifying it may not do something
sensible or take immediate effect (or do anything at all), but libev will
not crash or malfunction in any way.
2007-11-24 16:31:45 +00:00
.ie n .Sh """ev_io"" \- is this file descriptor readable or writable?"
.el .Sh "\f(CWev_io\fP \- is this file descriptor readable or writable?"
.IX Subsection "ev_io - is this file descriptor readable or writable?"
2007-11-13 03:11:57 +00:00
I/O watchers check whether a file descriptor is readable or writable
2007-11-24 16:31:45 +00:00
in each iteration of the event loop, or, more precisely, when reading
would not block the process and writing would at least be able to write
some data. This behaviour is called level-triggering because you keep
receiving events as long as the condition persists. Remember you can stop
the watcher if you don't want to act on the event and neither want to
receive future events.
2007-11-13 03:11:57 +00:00
.PP
In general you can register as many read and/or write event watchers per
fd as you want (as long as you don't confuse yourself). Setting all file
descriptors to non-blocking mode is also usually a good idea (but not
required if you know what you are doing).
.PP
You have to be careful with dup'ed file descriptors, though. Some backends
(the linux epoll backend is a notable example) cannot handle dup'ed file
descriptors correctly if you register interest in two or more fds pointing
2007-11-24 16:31:45 +00:00
to the same underlying file/socket/etc. description (that is, they share
2007-11-13 03:11:57 +00:00
the same underlying \*(L"file open\*(R").
.PP
If you must do this, then force the use of a known-to-be-good backend
2007-11-23 05:14:58 +00:00
(at the time of this writing, this includes only \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR and
\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR).
2007-11-24 16:31:45 +00:00
.PP
Another thing you have to watch out for is that it is quite easy to
receive \*(L"spurious\*(R" readyness notifications, that is your callback might
be called with \f(CW\*(C`EV_READ\*(C'\fR but a subsequent \f(CW\*(C`read\*(C'\fR(2) will actually block
because there is no data. Not only are some backends known to create a
lot of those (for example solaris ports), it is very easy to get into
this situation even with a relatively standard program structure. Thus
it is best to always use non-blocking I/O: An extra \f(CW\*(C`read\*(C'\fR(2) returning
\&\f(CW\*(C`EAGAIN\*(C'\fR is far preferable to a program hanging until some data arrives.
.PP
If you cannot run the fd in non-blocking mode (for example you should not
play around with an Xlib connection), then you have to seperately re-test
2007-12-07 18:09:38 +00:00
whether a file descriptor is really ready with a known-to-be good interface
2007-11-24 16:31:45 +00:00