ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.3
(Generate patch)

Comparing libev/ev.3 (file contents):
Revision 1.33 by root, Wed Nov 28 18:29:29 2007 UTC vs.
Revision 1.38 by root, Fri Dec 7 18:09:38 2007 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title ""<STANDARD INPUT>" 1" 131.IX Title ""<STANDARD INPUT>" 1"
132.TH "<STANDARD INPUT>" 1 "2007-11-28" "perl v5.8.8" "User Contributed Perl Documentation" 132.TH "<STANDARD INPUT>" 1 "2007-12-07" "perl v5.8.8" "User Contributed Perl Documentation"
133.SH "NAME" 133.SH "NAME"
134libev \- a high performance full\-featured event loop written in C 134libev \- a high performance full\-featured event loop written in C
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 1 137.Vb 1
411or setgid) then libev will \fInot\fR look at the environment variable 411or setgid) then libev will \fInot\fR look at the environment variable
412\&\f(CW\*(C`LIBEV_FLAGS\*(C'\fR. Otherwise (the default), this environment variable will 412\&\f(CW\*(C`LIBEV_FLAGS\*(C'\fR. Otherwise (the default), this environment variable will
413override the flags completely if it is found in the environment. This is 413override the flags completely if it is found in the environment. This is
414useful to try out specific backends to test their performance, or to work 414useful to try out specific backends to test their performance, or to work
415around bugs. 415around bugs.
416.ie n .IP """EVFLAG_FORKCHECK""" 4
417.el .IP "\f(CWEVFLAG_FORKCHECK\fR" 4
418.IX Item "EVFLAG_FORKCHECK"
419Instead of calling \f(CW\*(C`ev_default_fork\*(C'\fR or \f(CW\*(C`ev_loop_fork\*(C'\fR manually after
420a fork, you can also make libev check for a fork in each iteration by
421enabling this flag.
422.Sp
423This works by calling \f(CW\*(C`getpid ()\*(C'\fR on every iteration of the loop,
424and thus this might slow down your event loop if you do a lot of loop
425iterations and little real work, but is usually not noticeable (on my
426Linux system for example, \f(CW\*(C`getpid\*(C'\fR is actually a simple 5\-insn sequence
427without a syscall and thus \fIvery\fR fast, but my Linux system also has
428\&\f(CW\*(C`pthread_atfork\*(C'\fR which is even faster).
429.Sp
430The big advantage of this flag is that you can forget about fork (and
431forget about forgetting to tell libev about forking) when you use this
432flag.
433.Sp
434This flag setting cannot be overriden or specified in the \f(CW\*(C`LIBEV_FLAGS\*(C'\fR
435environment variable.
416.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4 436.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4
417.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4 437.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4
418.IX Item "EVBACKEND_SELECT (value 1, portable select backend)" 438.IX Item "EVBACKEND_SELECT (value 1, portable select backend)"
419This is your standard \fIselect\fR\|(2) backend. Not \fIcompletely\fR standard, as 439This is your standard \fIselect\fR\|(2) backend. Not \fIcompletely\fR standard, as
420libev tries to roll its own fd_set with no limits on the number of fds, 440libev tries to roll its own fd_set with no limits on the number of fds,
561.IP "ev_loop_fork (loop)" 4 581.IP "ev_loop_fork (loop)" 4
562.IX Item "ev_loop_fork (loop)" 582.IX Item "ev_loop_fork (loop)"
563Like \f(CW\*(C`ev_default_fork\*(C'\fR, but acts on an event loop created by 583Like \f(CW\*(C`ev_default_fork\*(C'\fR, but acts on an event loop created by
564\&\f(CW\*(C`ev_loop_new\*(C'\fR. Yes, you have to call this on every allocated event loop 584\&\f(CW\*(C`ev_loop_new\*(C'\fR. Yes, you have to call this on every allocated event loop
565after fork, and how you do this is entirely your own problem. 585after fork, and how you do this is entirely your own problem.
586.IP "unsigned int ev_loop_count (loop)" 4
587.IX Item "unsigned int ev_loop_count (loop)"
588Returns the count of loop iterations for the loop, which is identical to
589the number of times libev did poll for new events. It starts at \f(CW0\fR and
590happily wraps around with enough iterations.
591.Sp
592This value can sometimes be useful as a generation counter of sorts (it
593\&\*(L"ticks\*(R" the number of loop iterations), as it roughly corresponds with
594\&\f(CW\*(C`ev_prepare\*(C'\fR and \f(CW\*(C`ev_check\*(C'\fR calls.
566.IP "unsigned int ev_backend (loop)" 4 595.IP "unsigned int ev_backend (loop)" 4
567.IX Item "unsigned int ev_backend (loop)" 596.IX Item "unsigned int ev_backend (loop)"
568Returns one of the \f(CW\*(C`EVBACKEND_*\*(C'\fR flags indicating the event backend in 597Returns one of the \f(CW\*(C`EVBACKEND_*\*(C'\fR flags indicating the event backend in
569use. 598use.
570.IP "ev_tstamp ev_now (loop)" 4 599.IP "ev_tstamp ev_now (loop)" 4
865Returns the callback currently set on the watcher. 894Returns the callback currently set on the watcher.
866.IP "ev_cb_set (ev_TYPE *watcher, callback)" 4 895.IP "ev_cb_set (ev_TYPE *watcher, callback)" 4
867.IX Item "ev_cb_set (ev_TYPE *watcher, callback)" 896.IX Item "ev_cb_set (ev_TYPE *watcher, callback)"
868Change the callback. You can change the callback at virtually any time 897Change the callback. You can change the callback at virtually any time
869(modulo threads). 898(modulo threads).
899.IP "ev_set_priority (ev_TYPE *watcher, priority)" 4
900.IX Item "ev_set_priority (ev_TYPE *watcher, priority)"
901.PD 0
902.IP "int ev_priority (ev_TYPE *watcher)" 4
903.IX Item "int ev_priority (ev_TYPE *watcher)"
904.PD
905Set and query the priority of the watcher. The priority is a small
906integer between \f(CW\*(C`EV_MAXPRI\*(C'\fR (default: \f(CW2\fR) and \f(CW\*(C`EV_MINPRI\*(C'\fR
907(default: \f(CW\*(C`\-2\*(C'\fR). Pending watchers with higher priority will be invoked
908before watchers with lower priority, but priority will not keep watchers
909from being executed (except for \f(CW\*(C`ev_idle\*(C'\fR watchers).
910.Sp
911This means that priorities are \fIonly\fR used for ordering callback
912invocation after new events have been received. This is useful, for
913example, to reduce latency after idling, or more often, to bind two
914watchers on the same event and make sure one is called first.
915.Sp
916If you need to suppress invocation when higher priority events are pending
917you need to look at \f(CW\*(C`ev_idle\*(C'\fR watchers, which provide this functionality.
918.Sp
919The default priority used by watchers when no priority has been set is
920always \f(CW0\fR, which is supposed to not be too high and not be too low :).
921.Sp
922Setting a priority outside the range of \f(CW\*(C`EV_MINPRI\*(C'\fR to \f(CW\*(C`EV_MAXPRI\*(C'\fR is
923fine, as long as you do not mind that the priority value you query might
924or might not have been adjusted to be within valid range.
870.Sh "\s-1ASSOCIATING\s0 \s-1CUSTOM\s0 \s-1DATA\s0 \s-1WITH\s0 A \s-1WATCHER\s0" 925.Sh "\s-1ASSOCIATING\s0 \s-1CUSTOM\s0 \s-1DATA\s0 \s-1WITH\s0 A \s-1WATCHER\s0"
871.IX Subsection "ASSOCIATING CUSTOM DATA WITH A WATCHER" 926.IX Subsection "ASSOCIATING CUSTOM DATA WITH A WATCHER"
872Each watcher has, by default, a member \f(CW\*(C`void *data\*(C'\fR that you can change 927Each watcher has, by default, a member \f(CW\*(C`void *data\*(C'\fR that you can change
873and read at any time, libev will completely ignore it. This can be used 928and read at any time, libev will completely ignore it. This can be used
874to associate arbitrary data with your watcher. If you need more data and 929to associate arbitrary data with your watcher. If you need more data and
985it is best to always use non-blocking I/O: An extra \f(CW\*(C`read\*(C'\fR(2) returning 1040it is best to always use non-blocking I/O: An extra \f(CW\*(C`read\*(C'\fR(2) returning
986\&\f(CW\*(C`EAGAIN\*(C'\fR is far preferable to a program hanging until some data arrives. 1041\&\f(CW\*(C`EAGAIN\*(C'\fR is far preferable to a program hanging until some data arrives.
987.PP 1042.PP
988If you cannot run the fd in non-blocking mode (for example you should not 1043If you cannot run the fd in non-blocking mode (for example you should not
989play around with an Xlib connection), then you have to seperately re-test 1044play around with an Xlib connection), then you have to seperately re-test
990wether a file descriptor is really ready with a known-to-be good interface 1045whether a file descriptor is really ready with a known-to-be good interface
991such as poll (fortunately in our Xlib example, Xlib already does this on 1046such as poll (fortunately in our Xlib example, Xlib already does this on
992its own, so its quite safe to use). 1047its own, so its quite safe to use).
993.IP "ev_io_init (ev_io *, callback, int fd, int events)" 4 1048.IP "ev_io_init (ev_io *, callback, int fd, int events)" 4
994.IX Item "ev_io_init (ev_io *, callback, int fd, int events)" 1049.IX Item "ev_io_init (ev_io *, callback, int fd, int events)"
995.PD 0 1050.PD 0
1071.IP "ev_timer_again (loop)" 4 1126.IP "ev_timer_again (loop)" 4
1072.IX Item "ev_timer_again (loop)" 1127.IX Item "ev_timer_again (loop)"
1073This will act as if the timer timed out and restart it again if it is 1128This will act as if the timer timed out and restart it again if it is
1074repeating. The exact semantics are: 1129repeating. The exact semantics are:
1075.Sp 1130.Sp
1131If the timer is pending, its pending status is cleared.
1132.Sp
1076If the timer is started but nonrepeating, stop it. 1133If the timer is started but nonrepeating, stop it (as if it timed out).
1077.Sp 1134.Sp
1078If the timer is repeating, either start it if necessary (with the repeat 1135If the timer is repeating, either start it if necessary (with the
1079value), or reset the running timer to the repeat value. 1136\&\f(CW\*(C`repeat\*(C'\fR value), or reset the running timer to the \f(CW\*(C`repeat\*(C'\fR value.
1080.Sp 1137.Sp
1081This sounds a bit complicated, but here is a useful and typical 1138This sounds a bit complicated, but here is a useful and typical
1082example: Imagine you have a tcp connection and you want a so-called 1139example: Imagine you have a tcp connection and you want a so-called idle
1083idle timeout, that is, you want to be called when there have been, 1140timeout, that is, you want to be called when there have been, say, 60
1084say, 60 seconds of inactivity on the socket. The easiest way to do 1141seconds of inactivity on the socket. The easiest way to do this is to
1085this is to configure an \f(CW\*(C`ev_timer\*(C'\fR with \f(CW\*(C`after\*(C'\fR=\f(CW\*(C`repeat\*(C'\fR=\f(CW60\fR and calling 1142configure an \f(CW\*(C`ev_timer\*(C'\fR with a \f(CW\*(C`repeat\*(C'\fR value of \f(CW60\fR and then call
1086\&\f(CW\*(C`ev_timer_again\*(C'\fR each time you successfully read or write some data. If 1143\&\f(CW\*(C`ev_timer_again\*(C'\fR each time you successfully read or write some data. If
1087you go into an idle state where you do not expect data to travel on the 1144you go into an idle state where you do not expect data to travel on the
1088socket, you can stop the timer, and again will automatically restart it if 1145socket, you can \f(CW\*(C`ev_timer_stop\*(C'\fR the timer, and \f(CW\*(C`ev_timer_again\*(C'\fR will
1089need be. 1146automatically restart it if need be.
1090.Sp 1147.Sp
1091You can also ignore the \f(CW\*(C`after\*(C'\fR value and \f(CW\*(C`ev_timer_start\*(C'\fR altogether 1148That means you can ignore the \f(CW\*(C`after\*(C'\fR value and \f(CW\*(C`ev_timer_start\*(C'\fR
1092and only ever use the \f(CW\*(C`repeat\*(C'\fR value: 1149altogether and only ever use the \f(CW\*(C`repeat\*(C'\fR value and \f(CW\*(C`ev_timer_again\*(C'\fR:
1093.Sp 1150.Sp
1094.Vb 8 1151.Vb 8
1095\& ev_timer_init (timer, callback, 0., 5.); 1152\& ev_timer_init (timer, callback, 0., 5.);
1096\& ev_timer_again (loop, timer); 1153\& ev_timer_again (loop, timer);
1097\& ... 1154\& ...
1100\& ... 1157\& ...
1101\& timer->again = 10.; 1158\& timer->again = 10.;
1102\& ev_timer_again (loop, timer); 1159\& ev_timer_again (loop, timer);
1103.Ve 1160.Ve
1104.Sp 1161.Sp
1105This is more efficient then stopping/starting the timer eahc time you want 1162This is more slightly efficient then stopping/starting the timer each time
1106to modify its timeout value. 1163you want to modify its timeout value.
1107.IP "ev_tstamp repeat [read\-write]" 4 1164.IP "ev_tstamp repeat [read\-write]" 4
1108.IX Item "ev_tstamp repeat [read-write]" 1165.IX Item "ev_tstamp repeat [read-write]"
1109The current \f(CW\*(C`repeat\*(C'\fR value. Will be used each time the watcher times out 1166The current \f(CW\*(C`repeat\*(C'\fR value. Will be used each time the watcher times out
1110or \f(CW\*(C`ev_timer_again\*(C'\fR is called and determines the next timeout (if any), 1167or \f(CW\*(C`ev_timer_again\*(C'\fR is called and determines the next timeout (if any),
1111which is also when any modifications are taken into account. 1168which is also when any modifications are taken into account.
1477\& ev_stat_start (loop, &passwd); 1534\& ev_stat_start (loop, &passwd);
1478.Ve 1535.Ve
1479.ie n .Sh """ev_idle"" \- when you've got nothing better to do..." 1536.ie n .Sh """ev_idle"" \- when you've got nothing better to do..."
1480.el .Sh "\f(CWev_idle\fP \- when you've got nothing better to do..." 1537.el .Sh "\f(CWev_idle\fP \- when you've got nothing better to do..."
1481.IX Subsection "ev_idle - when you've got nothing better to do..." 1538.IX Subsection "ev_idle - when you've got nothing better to do..."
1482Idle watchers trigger events when there are no other events are pending 1539Idle watchers trigger events when no other events of the same or higher
1483(prepare, check and other idle watchers do not count). That is, as long 1540priority are pending (prepare, check and other idle watchers do not
1484as your process is busy handling sockets or timeouts (or even signals, 1541count).
1485imagine) it will not be triggered. But when your process is idle all idle 1542.PP
1486watchers are being called again and again, once per event loop iteration \- 1543That is, as long as your process is busy handling sockets or timeouts
1544(or even signals, imagine) of the same or higher priority it will not be
1545triggered. But when your process is idle (or only lower-priority watchers
1546are pending), the idle watchers are being called once per event loop
1487until stopped, that is, or your process receives more events and becomes 1547iteration \- until stopped, that is, or your process receives more events
1488busy. 1548and becomes busy again with higher priority stuff.
1489.PP 1549.PP
1490The most noteworthy effect is that as long as any idle watchers are 1550The most noteworthy effect is that as long as any idle watchers are
1491active, the process will not block when waiting for new events. 1551active, the process will not block when waiting for new events.
1492.PP 1552.PP
1493Apart from keeping your process non-blocking (which is a useful 1553Apart from keeping your process non-blocking (which is a useful
1588\& if (revents & EV_READ ) fd->revents |= fd->events & POLLIN; 1648\& if (revents & EV_READ ) fd->revents |= fd->events & POLLIN;
1589\& if (revents & EV_WRITE) fd->revents |= fd->events & POLLOUT; 1649\& if (revents & EV_WRITE) fd->revents |= fd->events & POLLOUT;
1590\& } 1650\& }
1591.Ve 1651.Ve
1592.PP 1652.PP
1593.Vb 7 1653.Vb 8
1594\& // create io watchers for each fd and a timer before blocking 1654\& // create io watchers for each fd and a timer before blocking
1595\& static void 1655\& static void
1596\& adns_prepare_cb (ev_loop *loop, ev_prepare *w, int revents) 1656\& adns_prepare_cb (ev_loop *loop, ev_prepare *w, int revents)
1597\& { 1657\& {
1598\& int timeout = 3600000;truct pollfd fds [nfd]; 1658\& int timeout = 3600000;
1659\& struct pollfd fds [nfd];
1599\& // actual code will need to loop here and realloc etc. 1660\& // actual code will need to loop here and realloc etc.
1600\& adns_beforepoll (ads, fds, &nfd, &timeout, timeval_from (ev_time ())); 1661\& adns_beforepoll (ads, fds, &nfd, &timeout, timeval_from (ev_time ()));
1601.Ve 1662.Ve
1602.PP 1663.PP
1603.Vb 3 1664.Vb 3
1930\& } 1991\& }
1931.Ve 1992.Ve
1932.SH "MACRO MAGIC" 1993.SH "MACRO MAGIC"
1933.IX Header "MACRO MAGIC" 1994.IX Header "MACRO MAGIC"
1934Libev can be compiled with a variety of options, the most fundemantal is 1995Libev can be compiled with a variety of options, the most fundemantal is
1935\&\f(CW\*(C`EV_MULTIPLICITY\*(C'\fR. This option determines wether (most) functions and 1996\&\f(CW\*(C`EV_MULTIPLICITY\*(C'\fR. This option determines whether (most) functions and
1936callbacks have an initial \f(CW\*(C`struct ev_loop *\*(C'\fR argument. 1997callbacks have an initial \f(CW\*(C`struct ev_loop *\*(C'\fR argument.
1937.PP 1998.PP
1938To make it easier to write programs that cope with either variant, the 1999To make it easier to write programs that cope with either variant, the
1939following macros are defined: 2000following macros are defined:
1940.ie n .IP """EV_A""\fR, \f(CW""EV_A_""" 4 2001.ie n .IP """EV_A""\fR, \f(CW""EV_A_""" 4
1975.el .IP "\f(CWEV_DEFAULT\fR, \f(CWEV_DEFAULT_\fR" 4 2036.el .IP "\f(CWEV_DEFAULT\fR, \f(CWEV_DEFAULT_\fR" 4
1976.IX Item "EV_DEFAULT, EV_DEFAULT_" 2037.IX Item "EV_DEFAULT, EV_DEFAULT_"
1977Similar to the other two macros, this gives you the value of the default 2038Similar to the other two macros, this gives you the value of the default
1978loop, if multiple loops are supported (\*(L"ev loop default\*(R"). 2039loop, if multiple loops are supported (\*(L"ev loop default\*(R").
1979.PP 2040.PP
1980Example: Declare and initialise a check watcher, working regardless of 2041Example: Declare and initialise a check watcher, utilising the above
1981wether multiple loops are supported or not. 2042macros so it will work regardless of whether multiple loops are supported
2043or not.
1982.PP 2044.PP
1983.Vb 5 2045.Vb 5
1984\& static void 2046\& static void
1985\& check_cb (EV_P_ ev_timer *w, int revents) 2047\& check_cb (EV_P_ ev_timer *w, int revents)
1986\& { 2048\& {
2049.Vb 1 2111.Vb 1
2050\& ev_win32.c required on win32 platforms only 2112\& ev_win32.c required on win32 platforms only
2051.Ve 2113.Ve
2052.PP 2114.PP
2053.Vb 5 2115.Vb 5
2054\& ev_select.c only when select backend is enabled (which is by default) 2116\& ev_select.c only when select backend is enabled (which is enabled by default)
2055\& ev_poll.c only when poll backend is enabled (disabled by default) 2117\& ev_poll.c only when poll backend is enabled (disabled by default)
2056\& ev_epoll.c only when the epoll backend is enabled (disabled by default) 2118\& ev_epoll.c only when the epoll backend is enabled (disabled by default)
2057\& ev_kqueue.c only when the kqueue backend is enabled (disabled by default) 2119\& ev_kqueue.c only when the kqueue backend is enabled (disabled by default)
2058\& ev_port.c only when the solaris port backend is enabled (disabled by default) 2120\& ev_port.c only when the solaris port backend is enabled (disabled by default)
2059.Ve 2121.Ve
2217.IP "\s-1EV_PERIODIC_ENABLE\s0" 4 2279.IP "\s-1EV_PERIODIC_ENABLE\s0" 4
2218.IX Item "EV_PERIODIC_ENABLE" 2280.IX Item "EV_PERIODIC_ENABLE"
2219If undefined or defined to be \f(CW1\fR, then periodic timers are supported. If 2281If undefined or defined to be \f(CW1\fR, then periodic timers are supported. If
2220defined to be \f(CW0\fR, then they are not. Disabling them saves a few kB of 2282defined to be \f(CW0\fR, then they are not. Disabling them saves a few kB of
2221code. 2283code.
2284.IP "\s-1EV_IDLE_ENABLE\s0" 4
2285.IX Item "EV_IDLE_ENABLE"
2286If undefined or defined to be \f(CW1\fR, then idle watchers are supported. If
2287defined to be \f(CW0\fR, then they are not. Disabling them saves a few kB of
2288code.
2222.IP "\s-1EV_EMBED_ENABLE\s0" 4 2289.IP "\s-1EV_EMBED_ENABLE\s0" 4
2223.IX Item "EV_EMBED_ENABLE" 2290.IX Item "EV_EMBED_ENABLE"
2224If undefined or defined to be \f(CW1\fR, then embed watchers are supported. If 2291If undefined or defined to be \f(CW1\fR, then embed watchers are supported. If
2225defined to be \f(CW0\fR, then they are not. 2292defined to be \f(CW0\fR, then they are not.
2226.IP "\s-1EV_STAT_ENABLE\s0" 4 2293.IP "\s-1EV_STAT_ENABLE\s0" 4
2286interface) and \fI\s-1EV\s0.xs\fR (implementation) files. Only the \fI\s-1EV\s0.xs\fR file 2353interface) and \fI\s-1EV\s0.xs\fR (implementation) files. Only the \fI\s-1EV\s0.xs\fR file
2287will be compiled. It is pretty complex because it provides its own header 2354will be compiled. It is pretty complex because it provides its own header
2288file. 2355file.
2289.Sp 2356.Sp
2290The usage in rxvt-unicode is simpler. It has a \fIev_cpp.h\fR header file 2357The usage in rxvt-unicode is simpler. It has a \fIev_cpp.h\fR header file
2291that everybody includes and which overrides some autoconf choices: 2358that everybody includes and which overrides some configure choices:
2292.Sp 2359.Sp
2293.Vb 4 2360.Vb 9
2361\& #define EV_MINIMAL 1
2294\& #define EV_USE_POLL 0 2362\& #define EV_USE_POLL 0
2295\& #define EV_MULTIPLICITY 0 2363\& #define EV_MULTIPLICITY 0
2296\& #define EV_PERIODICS 0 2364\& #define EV_PERIODIC_ENABLE 0
2365\& #define EV_STAT_ENABLE 0
2366\& #define EV_FORK_ENABLE 0
2297\& #define EV_CONFIG_H <config.h> 2367\& #define EV_CONFIG_H <config.h>
2368\& #define EV_MINPRI 0
2369\& #define EV_MAXPRI 0
2298.Ve 2370.Ve
2299.Sp 2371.Sp
2300.Vb 1 2372.Vb 1
2301\& #include "ev++.h" 2373\& #include "ev++.h"
2302.Ve 2374.Ve

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines