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

Comparing libev/ev.3 (file contents):
Revision 1.1 by root, Tue Nov 13 03:11:57 2007 UTC vs.
Revision 1.11 by root, Sat Nov 24 07:14:26 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-13" "perl v5.8.8" "User Contributed Perl Documentation" 132.TH "<STANDARD INPUT>" 1 "2007-11-24" "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
173.IX Header "TIME REPRESENTATION" 173.IX Header "TIME REPRESENTATION"
174Libev represents time as a single floating point number, representing the 174Libev represents time as a single floating point number, representing the
175(fractional) number of seconds since the (\s-1POSIX\s0) epoch (somewhere near 175(fractional) number of seconds since the (\s-1POSIX\s0) epoch (somewhere near
176the beginning of 1970, details are complicated, don't ask). This type is 176the beginning of 1970, details are complicated, don't ask). This type is
177called \f(CW\*(C`ev_tstamp\*(C'\fR, which is what you should use too. It usually aliases 177called \f(CW\*(C`ev_tstamp\*(C'\fR, which is what you should use too. It usually aliases
178to the double type in C. 178to the \f(CW\*(C`double\*(C'\fR type in C, and when you need to do any calculations on
179it, you should treat it as such.
179.SH "GLOBAL FUNCTIONS" 180.SH "GLOBAL FUNCTIONS"
180.IX Header "GLOBAL FUNCTIONS" 181.IX Header "GLOBAL FUNCTIONS"
181These functions can be called anytime, even before initialising the 182These functions can be called anytime, even before initialising the
182library in any way. 183library in any way.
183.IP "ev_tstamp ev_time ()" 4 184.IP "ev_tstamp ev_time ()" 4
184.IX Item "ev_tstamp ev_time ()" 185.IX Item "ev_tstamp ev_time ()"
185Returns the current time as libev would use it. 186Returns the current time as libev would use it. Please note that the
187\&\f(CW\*(C`ev_now\*(C'\fR function is usually faster and also often returns the timestamp
188you actually want to know.
186.IP "int ev_version_major ()" 4 189.IP "int ev_version_major ()" 4
187.IX Item "int ev_version_major ()" 190.IX Item "int ev_version_major ()"
188.PD 0 191.PD 0
189.IP "int ev_version_minor ()" 4 192.IP "int ev_version_minor ()" 4
190.IX Item "int ev_version_minor ()" 193.IX Item "int ev_version_minor ()"
197.Sp 200.Sp
198Usually, it's a good idea to terminate if the major versions mismatch, 201Usually, it's a good idea to terminate if the major versions mismatch,
199as this indicates an incompatible change. Minor versions are usually 202as this indicates an incompatible change. Minor versions are usually
200compatible to older versions, so a larger minor version alone is usually 203compatible to older versions, so a larger minor version alone is usually
201not a problem. 204not a problem.
205.Sp
206Example: make sure we haven't accidentally been linked against the wrong
207version:
208.Sp
209.Vb 3
210\& assert (("libev version mismatch",
211\& ev_version_major () == EV_VERSION_MAJOR
212\& && ev_version_minor () >= EV_VERSION_MINOR));
213.Ve
214.IP "unsigned int ev_supported_backends ()" 4
215.IX Item "unsigned int ev_supported_backends ()"
216Return the set of all backends (i.e. their corresponding \f(CW\*(C`EV_BACKEND_*\*(C'\fR
217value) compiled into this binary of libev (independent of their
218availability on the system you are running on). See \f(CW\*(C`ev_default_loop\*(C'\fR for
219a description of the set values.
220.Sp
221Example: make sure we have the epoll method, because yeah this is cool and
222a must have and can we have a torrent of it please!!!11
223.Sp
224.Vb 2
225\& assert (("sorry, no epoll, no sex",
226\& ev_supported_backends () & EVBACKEND_EPOLL));
227.Ve
228.IP "unsigned int ev_recommended_backends ()" 4
229.IX Item "unsigned int ev_recommended_backends ()"
230Return the set of all backends compiled into this binary of libev and also
231recommended for this platform. This set is often smaller than the one
232returned by \f(CW\*(C`ev_supported_backends\*(C'\fR, as for example kqueue is broken on
233most BSDs and will not be autodetected unless you explicitly request it
234(assuming you know what you are doing). This is the set of backends that
235libev will probe for if you specify no backends explicitly.
236.IP "unsigned int ev_embeddable_backends ()" 4
237.IX Item "unsigned int ev_embeddable_backends ()"
238Returns the set of backends that are embeddable in other event loops. This
239is the theoretical, all\-platform, value. To find which backends
240might be supported on the current system, you would need to look at
241\&\f(CW\*(C`ev_embeddable_backends () & ev_supported_backends ()\*(C'\fR, likewise for
242recommended ones.
243.Sp
244See the description of \f(CW\*(C`ev_embed\*(C'\fR watchers for more info.
202.IP "ev_set_allocator (void *(*cb)(void *ptr, long size))" 4 245.IP "ev_set_allocator (void *(*cb)(void *ptr, long size))" 4
203.IX Item "ev_set_allocator (void *(*cb)(void *ptr, long size))" 246.IX Item "ev_set_allocator (void *(*cb)(void *ptr, long size))"
204Sets the allocation function to use (the prototype is similar to the 247Sets the allocation function to use (the prototype is similar to the
205realloc C function, the semantics are identical). It is used to allocate 248realloc C function, the semantics are identical). It is used to allocate
206and free memory (no surprises here). If it returns zero when memory 249and free memory (no surprises here). If it returns zero when memory
208destructive action. The default is your system realloc function. 251destructive action. The default is your system realloc function.
209.Sp 252.Sp
210You could override this function in high-availability programs to, say, 253You could override this function in high-availability programs to, say,
211free some memory if it cannot allocate memory, to use a special allocator, 254free some memory if it cannot allocate memory, to use a special allocator,
212or even to sleep a while and retry until some memory is available. 255or even to sleep a while and retry until some memory is available.
256.Sp
257Example: replace the libev allocator with one that waits a bit and then
258retries: better than mine).
259.Sp
260.Vb 6
261\& static void *
262\& persistent_realloc (void *ptr, long size)
263\& {
264\& for (;;)
265\& {
266\& void *newptr = realloc (ptr, size);
267.Ve
268.Sp
269.Vb 2
270\& if (newptr)
271\& return newptr;
272.Ve
273.Sp
274.Vb 3
275\& sleep (60);
276\& }
277\& }
278.Ve
279.Sp
280.Vb 2
281\& ...
282\& ev_set_allocator (persistent_realloc);
283.Ve
213.IP "ev_set_syserr_cb (void (*cb)(const char *msg));" 4 284.IP "ev_set_syserr_cb (void (*cb)(const char *msg));" 4
214.IX Item "ev_set_syserr_cb (void (*cb)(const char *msg));" 285.IX Item "ev_set_syserr_cb (void (*cb)(const char *msg));"
215Set the callback function to call on a retryable syscall error (such 286Set the callback function to call on a retryable syscall error (such
216as failed select, poll, epoll_wait). The message is a printable string 287as failed select, poll, epoll_wait). The message is a printable string
217indicating the system call or subsystem causing the problem. If this 288indicating the system call or subsystem causing the problem. If this
218callback is set, then libev will expect it to remedy the sitution, no 289callback is set, then libev will expect it to remedy the sitution, no
219matter what, when it returns. That is, libev will generally retry the 290matter what, when it returns. That is, libev will generally retry the
220requested operation, or, if the condition doesn't go away, do bad stuff 291requested operation, or, if the condition doesn't go away, do bad stuff
221(such as abort). 292(such as abort).
293.Sp
294Example: do the same thing as libev does internally:
295.Sp
296.Vb 6
297\& static void
298\& fatal_error (const char *msg)
299\& {
300\& perror (msg);
301\& abort ();
302\& }
303.Ve
304.Sp
305.Vb 2
306\& ...
307\& ev_set_syserr_cb (fatal_error);
308.Ve
222.SH "FUNCTIONS CONTROLLING THE EVENT LOOP" 309.SH "FUNCTIONS CONTROLLING THE EVENT LOOP"
223.IX Header "FUNCTIONS CONTROLLING THE EVENT LOOP" 310.IX Header "FUNCTIONS CONTROLLING THE EVENT LOOP"
224An event loop is described by a \f(CW\*(C`struct ev_loop *\*(C'\fR. The library knows two 311An event loop is described by a \f(CW\*(C`struct ev_loop *\*(C'\fR. The library knows two
225types of such loops, the \fIdefault\fR loop, which supports signals and child 312types of such loops, the \fIdefault\fR loop, which supports signals and child
226events, and dynamically created loops which do not. 313events, and dynamically created loops which do not.
234.IP "struct ev_loop *ev_default_loop (unsigned int flags)" 4 321.IP "struct ev_loop *ev_default_loop (unsigned int flags)" 4
235.IX Item "struct ev_loop *ev_default_loop (unsigned int flags)" 322.IX Item "struct ev_loop *ev_default_loop (unsigned int flags)"
236This will initialise the default event loop if it hasn't been initialised 323This will initialise the default event loop if it hasn't been initialised
237yet and return it. If the default loop could not be initialised, returns 324yet and return it. If the default loop could not be initialised, returns
238false. If it already was initialised it simply returns it (and ignores the 325false. If it already was initialised it simply returns it (and ignores the
239flags). 326flags. If that is troubling you, check \f(CW\*(C`ev_backend ()\*(C'\fR afterwards).
240.Sp 327.Sp
241If you don't know what event loop to use, use the one returned from this 328If you don't know what event loop to use, use the one returned from this
242function. 329function.
243.Sp 330.Sp
244The flags argument can be used to specify special behaviour or specific 331The flags argument can be used to specify special behaviour or specific
245backends to use, and is usually specified as 0 (or \s-1EVFLAG_AUTO\s0). 332backends to use, and is usually specified as \f(CW0\fR (or \f(CW\*(C`EVFLAG_AUTO\*(C'\fR).
246.Sp 333.Sp
247It supports the following flags: 334The following flags are supported:
248.RS 4 335.RS 4
249.ie n .IP """EVFLAG_AUTO""" 4 336.ie n .IP """EVFLAG_AUTO""" 4
250.el .IP "\f(CWEVFLAG_AUTO\fR" 4 337.el .IP "\f(CWEVFLAG_AUTO\fR" 4
251.IX Item "EVFLAG_AUTO" 338.IX Item "EVFLAG_AUTO"
252The default flags value. Use this if you have no clue (it's the right 339The default flags value. Use this if you have no clue (it's the right
258or setgid) then libev will \fInot\fR look at the environment variable 345or setgid) then libev will \fInot\fR look at the environment variable
259\&\f(CW\*(C`LIBEV_FLAGS\*(C'\fR. Otherwise (the default), this environment variable will 346\&\f(CW\*(C`LIBEV_FLAGS\*(C'\fR. Otherwise (the default), this environment variable will
260override the flags completely if it is found in the environment. This is 347override the flags completely if it is found in the environment. This is
261useful to try out specific backends to test their performance, or to work 348useful to try out specific backends to test their performance, or to work
262around bugs. 349around bugs.
263.ie n .IP """EVMETHOD_SELECT"" (portable select backend)" 4 350.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4
264.el .IP "\f(CWEVMETHOD_SELECT\fR (portable select backend)" 4 351.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4
265.IX Item "EVMETHOD_SELECT (portable select backend)" 352.IX Item "EVBACKEND_SELECT (value 1, portable select backend)"
266.PD 0 353This is your standard \fIselect\fR\|(2) backend. Not \fIcompletely\fR standard, as
354libev tries to roll its own fd_set with no limits on the number of fds,
355but if that fails, expect a fairly low limit on the number of fds when
356using this backend. It doesn't scale too well (O(highest_fd)), but its usually
357the fastest backend for a low number of fds.
267.ie n .IP """EVMETHOD_POLL"" (poll backend, available everywhere except on windows)" 4 358.ie n .IP """EVBACKEND_POLL"" (value 2, poll backend, available everywhere except on windows)" 4
268.el .IP "\f(CWEVMETHOD_POLL\fR (poll backend, available everywhere except on windows)" 4 359.el .IP "\f(CWEVBACKEND_POLL\fR (value 2, poll backend, available everywhere except on windows)" 4
269.IX Item "EVMETHOD_POLL (poll backend, available everywhere except on windows)" 360.IX Item "EVBACKEND_POLL (value 2, poll backend, available everywhere except on windows)"
361And this is your standard \fIpoll\fR\|(2) backend. It's more complicated than
362select, but handles sparse fds better and has no artificial limit on the
363number of fds you can use (except it will slow down considerably with a
364lot of inactive fds). It scales similarly to select, i.e. O(total_fds).
270.ie n .IP """EVMETHOD_EPOLL"" (linux only)" 4 365.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4
271.el .IP "\f(CWEVMETHOD_EPOLL\fR (linux only)" 4 366.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4
272.IX Item "EVMETHOD_EPOLL (linux only)" 367.IX Item "EVBACKEND_EPOLL (value 4, Linux)"
273.ie n .IP """EVMETHOD_KQUEUE"" (some bsds only)" 4 368For few fds, this backend is a bit little slower than poll and select,
274.el .IP "\f(CWEVMETHOD_KQUEUE\fR (some bsds only)" 4 369but it scales phenomenally better. While poll and select usually scale like
275.IX Item "EVMETHOD_KQUEUE (some bsds only)" 370O(total_fds) where n is the total number of fds (or the highest fd), epoll scales
371either O(1) or O(active_fds).
372.Sp
373While stopping and starting an I/O watcher in the same iteration will
374result in some caching, there is still a syscall per such incident
375(because the fd could point to a different file description now), so its
376best to avoid that. Also, \fIdup()\fRed file descriptors might not work very
377well if you register events for both fds.
378.Sp
379Please note that epoll sometimes generates spurious notifications, so you
380need to use non-blocking I/O or other means to avoid blocking when no data
381(or space) is available.
382.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4
383.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4
384.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)"
385Kqueue deserves special mention, as at the time of this writing, it
386was broken on all BSDs except NetBSD (usually it doesn't work with
387anything but sockets and pipes, except on Darwin, where of course its
388completely useless). For this reason its not being \*(L"autodetected\*(R"
389unless you explicitly specify it explicitly in the flags (i.e. using
390\&\f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR).
391.Sp
392It scales in the same way as the epoll backend, but the interface to the
393kernel is more efficient (which says nothing about its actual speed, of
394course). While starting and stopping an I/O watcher does not cause an
395extra syscall as with epoll, it still adds up to four event changes per
396incident, so its best to avoid that.
276.ie n .IP """EVMETHOD_DEVPOLL"" (solaris 8 only)" 4 397.ie n .IP """EVBACKEND_DEVPOLL"" (value 16, Solaris 8)" 4
277.el .IP "\f(CWEVMETHOD_DEVPOLL\fR (solaris 8 only)" 4 398.el .IP "\f(CWEVBACKEND_DEVPOLL\fR (value 16, Solaris 8)" 4
278.IX Item "EVMETHOD_DEVPOLL (solaris 8 only)" 399.IX Item "EVBACKEND_DEVPOLL (value 16, Solaris 8)"
400This is not implemented yet (and might never be).
279.ie n .IP """EVMETHOD_PORT"" (solaris 10 only)" 4 401.ie n .IP """EVBACKEND_PORT"" (value 32, Solaris 10)" 4
280.el .IP "\f(CWEVMETHOD_PORT\fR (solaris 10 only)" 4 402.el .IP "\f(CWEVBACKEND_PORT\fR (value 32, Solaris 10)" 4
281.IX Item "EVMETHOD_PORT (solaris 10 only)" 403.IX Item "EVBACKEND_PORT (value 32, Solaris 10)"
282.PD 404This uses the Solaris 10 port mechanism. As with everything on Solaris,
283If one or more of these are ored into the flags value, then only these 405it's really slow, but it still scales very well (O(active_fds)).
284backends will be tried (in the reverse order as given here). If one are 406.Sp
285specified, any backend will do. 407Please note that solaris ports can result in a lot of spurious
408notifications, so you need to use non-blocking I/O or other means to avoid
409blocking when no data (or space) is available.
410.ie n .IP """EVBACKEND_ALL""" 4
411.el .IP "\f(CWEVBACKEND_ALL\fR" 4
412.IX Item "EVBACKEND_ALL"
413Try all backends (even potentially broken ones that wouldn't be tried
414with \f(CW\*(C`EVFLAG_AUTO\*(C'\fR). Since this is a mask, you can do stuff such as
415\&\f(CW\*(C`EVBACKEND_ALL & ~EVBACKEND_KQUEUE\*(C'\fR.
286.RE 416.RE
287.RS 4 417.RS 4
418.Sp
419If one or more of these are ored into the flags value, then only these
420backends will be tried (in the reverse order as given here). If none are
421specified, most compiled-in backend will be tried, usually in reverse
422order of their flag values :)
423.Sp
424The most typical usage is like this:
425.Sp
426.Vb 2
427\& if (!ev_default_loop (0))
428\& fatal ("could not initialise libev, bad $LIBEV_FLAGS in environment?");
429.Ve
430.Sp
431Restrict libev to the select and poll backends, and do not allow
432environment settings to be taken into account:
433.Sp
434.Vb 1
435\& ev_default_loop (EVBACKEND_POLL | EVBACKEND_SELECT | EVFLAG_NOENV);
436.Ve
437.Sp
438Use whatever libev has to offer, but make sure that kqueue is used if
439available (warning, breaks stuff, best use only with your own private
440event loop and only if you know the \s-1OS\s0 supports your types of fds):
441.Sp
442.Vb 1
443\& ev_default_loop (ev_recommended_backends () | EVBACKEND_KQUEUE);
444.Ve
288.RE 445.RE
289.IP "struct ev_loop *ev_loop_new (unsigned int flags)" 4 446.IP "struct ev_loop *ev_loop_new (unsigned int flags)" 4
290.IX Item "struct ev_loop *ev_loop_new (unsigned int flags)" 447.IX Item "struct ev_loop *ev_loop_new (unsigned int flags)"
291Similar to \f(CW\*(C`ev_default_loop\*(C'\fR, but always creates a new event loop that is 448Similar to \f(CW\*(C`ev_default_loop\*(C'\fR, but always creates a new event loop that is
292always distinct from the default loop. Unlike the default loop, it cannot 449always distinct from the default loop. Unlike the default loop, it cannot
293handle signal and child watchers, and attempts to do so will be greeted by 450handle signal and child watchers, and attempts to do so will be greeted by
294undefined behaviour (or a failed assertion if assertions are enabled). 451undefined behaviour (or a failed assertion if assertions are enabled).
452.Sp
453Example: try to create a event loop that uses epoll and nothing else.
454.Sp
455.Vb 3
456\& struct ev_loop *epoller = ev_loop_new (EVBACKEND_EPOLL | EVFLAG_NOENV);
457\& if (!epoller)
458\& fatal ("no epoll found here, maybe it hides under your chair");
459.Ve
295.IP "ev_default_destroy ()" 4 460.IP "ev_default_destroy ()" 4
296.IX Item "ev_default_destroy ()" 461.IX Item "ev_default_destroy ()"
297Destroys the default loop again (frees all memory and kernel state 462Destroys the default loop again (frees all memory and kernel state
298etc.). This stops all registered event watchers (by not touching them in 463etc.). This stops all registered event watchers (by not touching them in
299any way whatsoever, although you cannot rely on this :). 464any way whatsoever, although you cannot rely on this :).
306This function reinitialises the kernel state for backends that have 471This function reinitialises the kernel state for backends that have
307one. Despite the name, you can call it anytime, but it makes most sense 472one. Despite the name, you can call it anytime, but it makes most sense
308after forking, in either the parent or child process (or both, but that 473after forking, in either the parent or child process (or both, but that
309again makes little sense). 474again makes little sense).
310.Sp 475.Sp
311You \fImust\fR call this function after forking if and only if you want to 476You \fImust\fR call this function in the child process after forking if and
312use the event library in both processes. If you just fork+exec, you don't 477only if you want to use the event library in both processes. If you just
313have to call it. 478fork+exec, you don't have to call it.
314.Sp 479.Sp
315The function itself is quite fast and it's usually not a problem to call 480The function itself is quite fast and it's usually not a problem to call
316it just in case after a fork. To make this easy, the function will fit in 481it just in case after a fork. To make this easy, the function will fit in
317quite nicely into a call to \f(CW\*(C`pthread_atfork\*(C'\fR: 482quite nicely into a call to \f(CW\*(C`pthread_atfork\*(C'\fR:
318.Sp 483.Sp
319.Vb 1 484.Vb 1
320\& pthread_atfork (0, 0, ev_default_fork); 485\& pthread_atfork (0, 0, ev_default_fork);
321.Ve 486.Ve
487.Sp
488At the moment, \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR and \f(CW\*(C`EVBACKEND_POLL\*(C'\fR are safe to use
489without calling this function, so if you force one of those backends you
490do not need to care.
322.IP "ev_loop_fork (loop)" 4 491.IP "ev_loop_fork (loop)" 4
323.IX Item "ev_loop_fork (loop)" 492.IX Item "ev_loop_fork (loop)"
324Like \f(CW\*(C`ev_default_fork\*(C'\fR, but acts on an event loop created by 493Like \f(CW\*(C`ev_default_fork\*(C'\fR, but acts on an event loop created by
325\&\f(CW\*(C`ev_loop_new\*(C'\fR. Yes, you have to call this on every allocated event loop 494\&\f(CW\*(C`ev_loop_new\*(C'\fR. Yes, you have to call this on every allocated event loop
326after fork, and how you do this is entirely your own problem. 495after fork, and how you do this is entirely your own problem.
327.IP "unsigned int ev_method (loop)" 4 496.IP "unsigned int ev_backend (loop)" 4
328.IX Item "unsigned int ev_method (loop)" 497.IX Item "unsigned int ev_backend (loop)"
329Returns one of the \f(CW\*(C`EVMETHOD_*\*(C'\fR flags indicating the event backend in 498Returns one of the \f(CW\*(C`EVBACKEND_*\*(C'\fR flags indicating the event backend in
330use. 499use.
331.IP "ev_tstamp ev_now (loop)" 4 500.IP "ev_tstamp ev_now (loop)" 4
332.IX Item "ev_tstamp ev_now (loop)" 501.IX Item "ev_tstamp ev_now (loop)"
333Returns the current \*(L"event loop time\*(R", which is the time the event loop 502Returns the current \*(L"event loop time\*(R", which is the time the event loop
334got events and started processing them. This timestamp does not change 503received events and started processing them. This timestamp does not
335as long as callbacks are being processed, and this is also the base time 504change as long as callbacks are being processed, and this is also the base
336used for relative timers. You can treat it as the timestamp of the event 505time used for relative timers. You can treat it as the timestamp of the
337occuring (or more correctly, the mainloop finding out about it). 506event occuring (or more correctly, libev finding out about it).
338.IP "ev_loop (loop, int flags)" 4 507.IP "ev_loop (loop, int flags)" 4
339.IX Item "ev_loop (loop, int flags)" 508.IX Item "ev_loop (loop, int flags)"
340Finally, this is it, the event handler. This function usually is called 509Finally, this is it, the event handler. This function usually is called
341after you initialised all your watchers and you want to start handling 510after you initialised all your watchers and you want to start handling
342events. 511events.
343.Sp 512.Sp
344If the flags argument is specified as 0, it will not return until either 513If the flags argument is specified as \f(CW0\fR, it will not return until
345no event watchers are active anymore or \f(CW\*(C`ev_unloop\*(C'\fR was called. 514either no event watchers are active anymore or \f(CW\*(C`ev_unloop\*(C'\fR was called.
515.Sp
516Please note that an explicit \f(CW\*(C`ev_unloop\*(C'\fR is usually better than
517relying on all watchers to be stopped when deciding when a program has
518finished (especially in interactive programs), but having a program that
519automatically loops as long as it has to and no longer by virtue of
520relying on its watchers stopping correctly is a thing of beauty.
346.Sp 521.Sp
347A flags value of \f(CW\*(C`EVLOOP_NONBLOCK\*(C'\fR will look for new events, will handle 522A flags value of \f(CW\*(C`EVLOOP_NONBLOCK\*(C'\fR will look for new events, will handle
348those events and any outstanding ones, but will not block your process in 523those events and any outstanding ones, but will not block your process in
349case there are no events and will return after one iteration of the loop. 524case there are no events and will return after one iteration of the loop.
350.Sp 525.Sp
351A flags value of \f(CW\*(C`EVLOOP_ONESHOT\*(C'\fR will look for new events (waiting if 526A flags value of \f(CW\*(C`EVLOOP_ONESHOT\*(C'\fR will look for new events (waiting if
352neccessary) and will handle those and any outstanding ones. It will block 527neccessary) and will handle those and any outstanding ones. It will block
353your process until at least one new event arrives, and will return after 528your process until at least one new event arrives, and will return after
354one iteration of the loop. 529one iteration of the loop. This is useful if you are waiting for some
530external event in conjunction with something not expressible using other
531libev watchers. However, a pair of \f(CW\*(C`ev_prepare\*(C'\fR/\f(CW\*(C`ev_check\*(C'\fR watchers is
532usually a better approach for this kind of thing.
355.Sp 533.Sp
356This flags value could be used to implement alternative looping 534Here are the gory details of what \f(CW\*(C`ev_loop\*(C'\fR does:
357constructs, but the \f(CW\*(C`prepare\*(C'\fR and \f(CW\*(C`check\*(C'\fR watchers provide a better and 535.Sp
358more generic mechanism. 536.Vb 18
537\& * If there are no active watchers (reference count is zero), return.
538\& - Queue prepare watchers and then call all outstanding watchers.
539\& - If we have been forked, recreate the kernel state.
540\& - Update the kernel state with all outstanding changes.
541\& - Update the "event loop time".
542\& - Calculate for how long to block.
543\& - Block the process, waiting for any events.
544\& - Queue all outstanding I/O (fd) events.
545\& - Update the "event loop time" and do time jump handling.
546\& - Queue all outstanding timers.
547\& - Queue all outstanding periodics.
548\& - If no events are pending now, queue all idle watchers.
549\& - Queue all check watchers.
550\& - Call all queued watchers in reverse order (i.e. check watchers first).
551\& Signals and child watchers are implemented as I/O watchers, and will
552\& be handled here by queueing them when their watcher gets executed.
553\& - If ev_unloop has been called or EVLOOP_ONESHOT or EVLOOP_NONBLOCK
554\& were used, return, otherwise continue with step *.
555.Ve
556.Sp
557Example: queue some jobs and then loop until no events are outsanding
558anymore.
559.Sp
560.Vb 4
561\& ... queue jobs here, make sure they register event watchers as long
562\& ... as they still have work to do (even an idle watcher will do..)
563\& ev_loop (my_loop, 0);
564\& ... jobs done. yeah!
565.Ve
359.IP "ev_unloop (loop, how)" 4 566.IP "ev_unloop (loop, how)" 4
360.IX Item "ev_unloop (loop, how)" 567.IX Item "ev_unloop (loop, how)"
361Can be used to make a call to \f(CW\*(C`ev_loop\*(C'\fR return early (but only after it 568Can be used to make a call to \f(CW\*(C`ev_loop\*(C'\fR return early (but only after it
362has processed all outstanding events). The \f(CW\*(C`how\*(C'\fR argument must be either 569has processed all outstanding events). The \f(CW\*(C`how\*(C'\fR argument must be either
363\&\f(CW\*(C`EVUNLOOP_ONE\*(C'\fR, which will make the innermost \f(CW\*(C`ev_loop\*(C'\fR call return, or 570\&\f(CW\*(C`EVUNLOOP_ONE\*(C'\fR, which will make the innermost \f(CW\*(C`ev_loop\*(C'\fR call return, or
376example, libev itself uses this for its internal signal pipe: It is not 583example, libev itself uses this for its internal signal pipe: It is not
377visible to the libev user and should not keep \f(CW\*(C`ev_loop\*(C'\fR from exiting if 584visible to the libev user and should not keep \f(CW\*(C`ev_loop\*(C'\fR from exiting if
378no event watchers registered by it are active. It is also an excellent 585no event watchers registered by it are active. It is also an excellent
379way to do this for generic recurring timers or from within third-party 586way to do this for generic recurring timers or from within third-party
380libraries. Just remember to \fIunref after start\fR and \fIref before stop\fR. 587libraries. Just remember to \fIunref after start\fR and \fIref before stop\fR.
588.Sp
589Example: create a signal watcher, but keep it from keeping \f(CW\*(C`ev_loop\*(C'\fR
590running when nothing else is active.
591.Sp
592.Vb 4
593\& struct dv_signal exitsig;
594\& ev_signal_init (&exitsig, sig_cb, SIGINT);
595\& ev_signal_start (myloop, &exitsig);
596\& evf_unref (myloop);
597.Ve
598.Sp
599Example: for some weird reason, unregister the above signal handler again.
600.Sp
601.Vb 2
602\& ev_ref (myloop);
603\& ev_signal_stop (myloop, &exitsig);
604.Ve
381.SH "ANATOMY OF A WATCHER" 605.SH "ANATOMY OF A WATCHER"
382.IX Header "ANATOMY OF A WATCHER" 606.IX Header "ANATOMY OF A WATCHER"
383A watcher is a structure that you create and register to record your 607A watcher is a structure that you create and register to record your
384interest in some event. For instance, if you want to wait for \s-1STDIN\s0 to 608interest in some event. For instance, if you want to wait for \s-1STDIN\s0 to
385become readable, you would create an \f(CW\*(C`ev_io\*(C'\fR watcher for that: 609become readable, you would create an \f(CW\*(C`ev_io\*(C'\fR watcher for that:
421*)\*(C'\fR), and you can stop watching for events at any time by calling the 645*)\*(C'\fR), and you can stop watching for events at any time by calling the
422corresponding stop function (\f(CW\*(C`ev_<type>_stop (loop, watcher *)\*(C'\fR. 646corresponding stop function (\f(CW\*(C`ev_<type>_stop (loop, watcher *)\*(C'\fR.
423.PP 647.PP
424As long as your watcher is active (has been started but not stopped) you 648As long as your watcher is active (has been started but not stopped) you
425must not touch the values stored in it. Most specifically you must never 649must not touch the values stored in it. Most specifically you must never
426reinitialise it or call its set method. 650reinitialise it or call its \f(CW\*(C`set\*(C'\fR macro.
427.PP
428You can check whether an event is active by calling the \f(CW\*(C`ev_is_active
429(watcher *)\*(C'\fR macro. To see whether an event is outstanding (but the
430callback for it has not been called yet) you can use the \f(CW\*(C`ev_is_pending
431(watcher *)\*(C'\fR macro.
432.PP 651.PP
433Each and every callback receives the event loop pointer as first, the 652Each and every callback receives the event loop pointer as first, the
434registered watcher structure as second, and a bitset of received events as 653registered watcher structure as second, and a bitset of received events as
435third argument. 654third argument.
436.PP 655.PP
494Libev will usually signal a few \*(L"dummy\*(R" events together with an error, 713Libev will usually signal a few \*(L"dummy\*(R" events together with an error,
495for example it might indicate that a fd is readable or writable, and if 714for example it might indicate that a fd is readable or writable, and if
496your callbacks is well-written it can just attempt the operation and cope 715your callbacks is well-written it can just attempt the operation and cope
497with the error from \fIread()\fR or \fIwrite()\fR. This will not work in multithreaded 716with the error from \fIread()\fR or \fIwrite()\fR. This will not work in multithreaded
498programs, though, so beware. 717programs, though, so beware.
718.Sh "\s-1SUMMARY\s0 \s-1OF\s0 \s-1GENERIC\s0 \s-1WATCHER\s0 \s-1FUNCTIONS\s0"
719.IX Subsection "SUMMARY OF GENERIC WATCHER FUNCTIONS"
720In the following description, \f(CW\*(C`TYPE\*(C'\fR stands for the watcher type,
721e.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.
722.ie n .IP """ev_init"" (ev_TYPE *watcher, callback)" 4
723.el .IP "\f(CWev_init\fR (ev_TYPE *watcher, callback)" 4
724.IX Item "ev_init (ev_TYPE *watcher, callback)"
725This macro initialises the generic portion of a watcher. The contents
726of the watcher object can be arbitrary (so \f(CW\*(C`malloc\*(C'\fR will do). Only
727the generic parts of the watcher are initialised, you \fIneed\fR to call
728the type-specific \f(CW\*(C`ev_TYPE_set\*(C'\fR macro afterwards to initialise the
729type-specific parts. For each type there is also a \f(CW\*(C`ev_TYPE_init\*(C'\fR macro
730which rolls both calls into one.
731.Sp
732You can reinitialise a watcher at any time as long as it has been stopped
733(or never started) and there are no pending events outstanding.
734.Sp
735The callbakc is always of type \f(CW\*(C`void (*)(ev_loop *loop, ev_TYPE *watcher,
736int revents)\*(C'\fR.
737.ie n .IP """ev_TYPE_set"" (ev_TYPE *, [args])" 4
738.el .IP "\f(CWev_TYPE_set\fR (ev_TYPE *, [args])" 4
739.IX Item "ev_TYPE_set (ev_TYPE *, [args])"
740This macro initialises the type-specific parts of a watcher. You need to
741call \f(CW\*(C`ev_init\*(C'\fR at least once before you call this macro, but you can
742call \f(CW\*(C`ev_TYPE_set\*(C'\fR any number of times. You must not, however, call this
743macro on a watcher that is active (it can be pending, however, which is a
744difference to the \f(CW\*(C`ev_init\*(C'\fR macro).
745.Sp
746Although some watcher types do not have type-specific arguments
747(e.g. \f(CW\*(C`ev_prepare\*(C'\fR) you still need to call its \f(CW\*(C`set\*(C'\fR macro.
748.ie n .IP """ev_TYPE_init"" (ev_TYPE *watcher, callback, [args])" 4
749.el .IP "\f(CWev_TYPE_init\fR (ev_TYPE *watcher, callback, [args])" 4
750.IX Item "ev_TYPE_init (ev_TYPE *watcher, callback, [args])"
751This convinience macro rolls both \f(CW\*(C`ev_init\*(C'\fR and \f(CW\*(C`ev_TYPE_set\*(C'\fR macro
752calls into a single call. This is the most convinient method to initialise
753a watcher. The same limitations apply, of course.
754.ie n .IP """ev_TYPE_start"" (loop *, ev_TYPE *watcher)" 4
755.el .IP "\f(CWev_TYPE_start\fR (loop *, ev_TYPE *watcher)" 4
756.IX Item "ev_TYPE_start (loop *, ev_TYPE *watcher)"
757Starts (activates) the given watcher. Only active watchers will receive
758events. If the watcher is already active nothing will happen.
759.ie n .IP """ev_TYPE_stop"" (loop *, ev_TYPE *watcher)" 4
760.el .IP "\f(CWev_TYPE_stop\fR (loop *, ev_TYPE *watcher)" 4
761.IX Item "ev_TYPE_stop (loop *, ev_TYPE *watcher)"
762Stops the given watcher again (if active) and clears the pending
763status. It is possible that stopped watchers are pending (for example,
764non-repeating timers are being stopped when they become pending), but
765\&\f(CW\*(C`ev_TYPE_stop\*(C'\fR ensures that the watcher is neither active nor pending. If
766you want to free or reuse the memory used by the watcher it is therefore a
767good idea to always call its \f(CW\*(C`ev_TYPE_stop\*(C'\fR function.
768.IP "bool ev_is_active (ev_TYPE *watcher)" 4
769.IX Item "bool ev_is_active (ev_TYPE *watcher)"
770Returns a true value iff the watcher is active (i.e. it has been started
771and not yet been stopped). As long as a watcher is active you must not modify
772it.
773.IP "bool ev_is_pending (ev_TYPE *watcher)" 4
774.IX Item "bool ev_is_pending (ev_TYPE *watcher)"
775Returns a true value iff the watcher is pending, (i.e. it has outstanding
776events but its callback has not yet been invoked). As long as a watcher
777is pending (but not active) you must not call an init function on it (but
778\&\f(CW\*(C`ev_TYPE_set\*(C'\fR is safe) and you must make sure the watcher is available to
779libev (e.g. you cnanot \f(CW\*(C`free ()\*(C'\fR it).
780.IP "callback = ev_cb (ev_TYPE *watcher)" 4
781.IX Item "callback = ev_cb (ev_TYPE *watcher)"
782Returns the callback currently set on the watcher.
783.IP "ev_cb_set (ev_TYPE *watcher, callback)" 4
784.IX Item "ev_cb_set (ev_TYPE *watcher, callback)"
785Change the callback. You can change the callback at virtually any time
786(modulo threads).
499.Sh "\s-1ASSOCIATING\s0 \s-1CUSTOM\s0 \s-1DATA\s0 \s-1WITH\s0 A \s-1WATCHER\s0" 787.Sh "\s-1ASSOCIATING\s0 \s-1CUSTOM\s0 \s-1DATA\s0 \s-1WITH\s0 A \s-1WATCHER\s0"
500.IX Subsection "ASSOCIATING CUSTOM DATA WITH A WATCHER" 788.IX Subsection "ASSOCIATING CUSTOM DATA WITH A WATCHER"
501Each watcher has, by default, a member \f(CW\*(C`void *data\*(C'\fR that you can change 789Each watcher has, by default, a member \f(CW\*(C`void *data\*(C'\fR that you can change
502and read at any time, libev will completely ignore it. This can be used 790and read at any time, libev will completely ignore it. This can be used
503to associate arbitrary data with your watcher. If you need more data and 791to associate arbitrary data with your watcher. If you need more data and
551descriptors correctly if you register interest in two or more fds pointing 839descriptors correctly if you register interest in two or more fds pointing
552to the same underlying file/socket etc. description (that is, they share 840to the same underlying file/socket etc. description (that is, they share
553the same underlying \*(L"file open\*(R"). 841the same underlying \*(L"file open\*(R").
554.PP 842.PP
555If you must do this, then force the use of a known-to-be-good backend 843If you must do this, then force the use of a known-to-be-good backend
556(at the time of this writing, this includes only \s-1EVMETHOD_SELECT\s0 and 844(at the time of this writing, this includes only \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR and
557\&\s-1EVMETHOD_POLL\s0). 845\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR).
558.IP "ev_io_init (ev_io *, callback, int fd, int events)" 4 846.IP "ev_io_init (ev_io *, callback, int fd, int events)" 4
559.IX Item "ev_io_init (ev_io *, callback, int fd, int events)" 847.IX Item "ev_io_init (ev_io *, callback, int fd, int events)"
560.PD 0 848.PD 0
561.IP "ev_io_set (ev_io *, int fd, int events)" 4 849.IP "ev_io_set (ev_io *, int fd, int events)" 4
562.IX Item "ev_io_set (ev_io *, int fd, int events)" 850.IX Item "ev_io_set (ev_io *, int fd, int events)"
563.PD 851.PD
564Configures an \f(CW\*(C`ev_io\*(C'\fR watcher. The fd is the file descriptor to rceeive 852Configures an \f(CW\*(C`ev_io\*(C'\fR watcher. The fd is the file descriptor to rceeive
565events for and events is either \f(CW\*(C`EV_READ\*(C'\fR, \f(CW\*(C`EV_WRITE\*(C'\fR or \f(CW\*(C`EV_READ | 853events for and events is either \f(CW\*(C`EV_READ\*(C'\fR, \f(CW\*(C`EV_WRITE\*(C'\fR or \f(CW\*(C`EV_READ |
566EV_WRITE\*(C'\fR to receive the given events. 854EV_WRITE\*(C'\fR to receive the given events.
855.Sp
856Please note that most of the more scalable backend mechanisms (for example
857epoll and solaris ports) can result in spurious readyness notifications
858for file descriptors, so you practically need to use non-blocking I/O (and
859treat callback invocation as hint only), or retest separately with a safe
860interface before doing I/O (XLib can do this), or force the use of either
861\&\f(CW\*(C`EVBACKEND_SELECT\*(C'\fR or \f(CW\*(C`EVBACKEND_POLL\*(C'\fR, which don't suffer from this
862problem. Also note that it is quite easy to have your callback invoked
863when the readyness condition is no longer valid even when employing
864typical ways of handling events, so its a good idea to use non-blocking
865I/O unconditionally.
866.PP
867Example: call \f(CW\*(C`stdin_readable_cb\*(C'\fR when \s-1STDIN_FILENO\s0 has become, well
868readable, but only once. Since it is likely line\-buffered, you could
869attempt to read a whole line in the callback:
870.PP
871.Vb 6
872\& static void
873\& stdin_readable_cb (struct ev_loop *loop, struct ev_io *w, int revents)
874\& {
875\& ev_io_stop (loop, w);
876\& .. read from stdin here (or from w->fd) and haqndle any I/O errors
877\& }
878.Ve
879.PP
880.Vb 6
881\& ...
882\& struct ev_loop *loop = ev_default_init (0);
883\& struct ev_io stdin_readable;
884\& ev_io_init (&stdin_readable, stdin_readable_cb, STDIN_FILENO, EV_READ);
885\& ev_io_start (loop, &stdin_readable);
886\& ev_loop (loop, 0);
887.Ve
567.ie n .Sh """ev_timer"" \- relative and optionally recurring timeouts" 888.ie n .Sh """ev_timer"" \- relative and optionally recurring timeouts"
568.el .Sh "\f(CWev_timer\fP \- relative and optionally recurring timeouts" 889.el .Sh "\f(CWev_timer\fP \- relative and optionally recurring timeouts"
569.IX Subsection "ev_timer - relative and optionally recurring timeouts" 890.IX Subsection "ev_timer - relative and optionally recurring timeouts"
570Timer watchers are simple relative timers that generate an event after a 891Timer watchers are simple relative timers that generate an event after a
571given time, and optionally repeating in regular intervals after that. 892given time, and optionally repeating in regular intervals after that.
572.PP 893.PP
573The timers are based on real time, that is, if you register an event that 894The timers are based on real time, that is, if you register an event that
574times out after an hour and you reset your system clock to last years 895times out after an hour and you reset your system clock to last years
575time, it will still time out after (roughly) and hour. \*(L"Roughly\*(R" because 896time, it will still time out after (roughly) and hour. \*(L"Roughly\*(R" because
576detecting time jumps is hard, and soem inaccuracies are unavoidable (the 897detecting time jumps is hard, and some inaccuracies are unavoidable (the
577monotonic clock option helps a lot here). 898monotonic clock option helps a lot here).
578.PP 899.PP
579The relative timeouts are calculated relative to the \f(CW\*(C`ev_now ()\*(C'\fR 900The relative timeouts are calculated relative to the \f(CW\*(C`ev_now ()\*(C'\fR
580time. This is usually the right thing as this timestamp refers to the time 901time. This is usually the right thing as this timestamp refers to the time
581of the event triggering whatever timeout you are modifying/starting. If 902of the event triggering whatever timeout you are modifying/starting. If
582you suspect event processing to be delayed and you *need* to base the timeout 903you suspect event processing to be delayed and you \fIneed\fR to base the timeout
583on the current time, use something like this to adjust for this: 904on the current time, use something like this to adjust for this:
584.PP 905.PP
585.Vb 1 906.Vb 1
586\& ev_timer_set (&timer, after + ev_now () - ev_time (), 0.); 907\& ev_timer_set (&timer, after + ev_now () - ev_time (), 0.);
587.Ve 908.Ve
909.PP
910The callback is guarenteed to be invoked only when its timeout has passed,
911but if multiple timers become ready during the same loop iteration then
912order of execution is undefined.
588.IP "ev_timer_init (ev_timer *, callback, ev_tstamp after, ev_tstamp repeat)" 4 913.IP "ev_timer_init (ev_timer *, callback, ev_tstamp after, ev_tstamp repeat)" 4
589.IX Item "ev_timer_init (ev_timer *, callback, ev_tstamp after, ev_tstamp repeat)" 914.IX Item "ev_timer_init (ev_timer *, callback, ev_tstamp after, ev_tstamp repeat)"
590.PD 0 915.PD 0
591.IP "ev_timer_set (ev_timer *, ev_tstamp after, ev_tstamp repeat)" 4 916.IP "ev_timer_set (ev_timer *, ev_tstamp after, ev_tstamp repeat)" 4
592.IX Item "ev_timer_set (ev_timer *, ev_tstamp after, ev_tstamp repeat)" 917.IX Item "ev_timer_set (ev_timer *, ev_tstamp after, ev_tstamp repeat)"
617seconds of inactivity on the socket. The easiest way to do this is to 942seconds of inactivity on the socket. The easiest way to do this is to
618configure an \f(CW\*(C`ev_timer\*(C'\fR with after=repeat=60 and calling ev_timer_again each 943configure an \f(CW\*(C`ev_timer\*(C'\fR with after=repeat=60 and calling ev_timer_again each
619time you successfully read or write some data. If you go into an idle 944time you successfully read or write some data. If you go into an idle
620state where you do not expect data to travel on the socket, you can stop 945state where you do not expect data to travel on the socket, you can stop
621the timer, and again will automatically restart it if need be. 946the timer, and again will automatically restart it if need be.
947.PP
948Example: create a timer that fires after 60 seconds.
949.PP
950.Vb 5
951\& static void
952\& one_minute_cb (struct ev_loop *loop, struct ev_timer *w, int revents)
953\& {
954\& .. one minute over, w is actually stopped right here
955\& }
956.Ve
957.PP
958.Vb 3
959\& struct ev_timer mytimer;
960\& ev_timer_init (&mytimer, one_minute_cb, 60., 0.);
961\& ev_timer_start (loop, &mytimer);
962.Ve
963.PP
964Example: create a timeout timer that times out after 10 seconds of
965inactivity.
966.PP
967.Vb 5
968\& static void
969\& timeout_cb (struct ev_loop *loop, struct ev_timer *w, int revents)
970\& {
971\& .. ten seconds without any activity
972\& }
973.Ve
974.PP
975.Vb 4
976\& struct ev_timer mytimer;
977\& ev_timer_init (&mytimer, timeout_cb, 0., 10.); /* note, only repeat used */
978\& ev_timer_again (&mytimer); /* start timer */
979\& ev_loop (loop, 0);
980.Ve
981.PP
982.Vb 3
983\& // and in some piece of code that gets executed on any "activity":
984\& // reset the timeout to start ticking again at 10 seconds
985\& ev_timer_again (&mytimer);
986.Ve
622.ie n .Sh """ev_periodic"" \- to cron or not to cron" 987.ie n .Sh """ev_periodic"" \- to cron or not to cron"
623.el .Sh "\f(CWev_periodic\fP \- to cron or not to cron" 988.el .Sh "\f(CWev_periodic\fP \- to cron or not to cron"
624.IX Subsection "ev_periodic - to cron or not to cron" 989.IX Subsection "ev_periodic - to cron or not to cron"
625Periodic watchers are also timers of a kind, but they are very versatile 990Periodic watchers are also timers of a kind, but they are very versatile
626(and unfortunately a bit complex). 991(and unfortunately a bit complex).
634roughly 10 seconds later and of course not if you reset your system time 999roughly 10 seconds later and of course not if you reset your system time
635again). 1000again).
636.PP 1001.PP
637They can also be used to implement vastly more complex timers, such as 1002They can also be used to implement vastly more complex timers, such as
638triggering an event on eahc midnight, local time. 1003triggering an event on eahc midnight, local time.
1004.PP
1005As with timers, the callback is guarenteed to be invoked only when the
1006time (\f(CW\*(C`at\*(C'\fR) has been passed, but if multiple periodic timers become ready
1007during the same loop iteration then order of execution is undefined.
639.IP "ev_periodic_init (ev_periodic *, callback, ev_tstamp at, ev_tstamp interval, reschedule_cb)" 4 1008.IP "ev_periodic_init (ev_periodic *, callback, ev_tstamp at, ev_tstamp interval, reschedule_cb)" 4
640.IX Item "ev_periodic_init (ev_periodic *, callback, ev_tstamp at, ev_tstamp interval, reschedule_cb)" 1009.IX Item "ev_periodic_init (ev_periodic *, callback, ev_tstamp at, ev_tstamp interval, reschedule_cb)"
641.PD 0 1010.PD 0
642.IP "ev_periodic_set (ev_periodic *, ev_tstamp after, ev_tstamp repeat, reschedule_cb)" 4 1011.IP "ev_periodic_set (ev_periodic *, ev_tstamp after, ev_tstamp repeat, reschedule_cb)" 4
643.IX Item "ev_periodic_set (ev_periodic *, ev_tstamp after, ev_tstamp repeat, reschedule_cb)" 1012.IX Item "ev_periodic_set (ev_periodic *, ev_tstamp after, ev_tstamp repeat, reschedule_cb)"
714.IX Item "ev_periodic_again (loop, ev_periodic *)" 1083.IX Item "ev_periodic_again (loop, ev_periodic *)"
715Simply stops and restarts the periodic watcher again. This is only useful 1084Simply stops and restarts the periodic watcher again. This is only useful
716when you changed some parameters or the reschedule callback would return 1085when you changed some parameters or the reschedule callback would return
717a different time than the last time it was called (e.g. in a crond like 1086a different time than the last time it was called (e.g. in a crond like
718program when the crontabs have changed). 1087program when the crontabs have changed).
1088.PP
1089Example: call a callback every hour, or, more precisely, whenever the
1090system clock is divisible by 3600. The callback invocation times have
1091potentially a lot of jittering, but good long-term stability.
1092.PP
1093.Vb 5
1094\& static void
1095\& clock_cb (struct ev_loop *loop, struct ev_io *w, int revents)
1096\& {
1097\& ... its now a full hour (UTC, or TAI or whatever your clock follows)
1098\& }
1099.Ve
1100.PP
1101.Vb 3
1102\& struct ev_periodic hourly_tick;
1103\& ev_periodic_init (&hourly_tick, clock_cb, 0., 3600., 0);
1104\& ev_periodic_start (loop, &hourly_tick);
1105.Ve
1106.PP
1107Example: the same as above, but use a reschedule callback to do it:
1108.PP
1109.Vb 1
1110\& #include <math.h>
1111.Ve
1112.PP
1113.Vb 5
1114\& static ev_tstamp
1115\& my_scheduler_cb (struct ev_periodic *w, ev_tstamp now)
1116\& {
1117\& return fmod (now, 3600.) + 3600.;
1118\& }
1119.Ve
1120.PP
1121.Vb 1
1122\& ev_periodic_init (&hourly_tick, clock_cb, 0., 0., my_scheduler_cb);
1123.Ve
1124.PP
1125Example: call a callback every hour, starting now:
1126.PP
1127.Vb 4
1128\& struct ev_periodic hourly_tick;
1129\& ev_periodic_init (&hourly_tick, clock_cb,
1130\& fmod (ev_now (loop), 3600.), 3600., 0);
1131\& ev_periodic_start (loop, &hourly_tick);
1132.Ve
719.ie n .Sh """ev_signal"" \- signal me when a signal gets signalled" 1133.ie n .Sh """ev_signal"" \- signal me when a signal gets signalled"
720.el .Sh "\f(CWev_signal\fP \- signal me when a signal gets signalled" 1134.el .Sh "\f(CWev_signal\fP \- signal me when a signal gets signalled"
721.IX Subsection "ev_signal - signal me when a signal gets signalled" 1135.IX Subsection "ev_signal - signal me when a signal gets signalled"
722Signal watchers will trigger an event when the process receives a specific 1136Signal watchers will trigger an event when the process receives a specific
723signal one or more times. Even though signals are very asynchronous, libev 1137signal one or more times. Even though signals are very asynchronous, libev
753\&\fIany\fR process if \f(CW\*(C`pid\*(C'\fR is specified as \f(CW0\fR). The callback can look 1167\&\fIany\fR process if \f(CW\*(C`pid\*(C'\fR is specified as \f(CW0\fR). The callback can look
754at the \f(CW\*(C`rstatus\*(C'\fR member of the \f(CW\*(C`ev_child\*(C'\fR watcher structure to see 1168at the \f(CW\*(C`rstatus\*(C'\fR member of the \f(CW\*(C`ev_child\*(C'\fR watcher structure to see
755the status word (use the macros from \f(CW\*(C`sys/wait.h\*(C'\fR and see your systems 1169the status word (use the macros from \f(CW\*(C`sys/wait.h\*(C'\fR and see your systems
756\&\f(CW\*(C`waitpid\*(C'\fR documentation). The \f(CW\*(C`rpid\*(C'\fR member contains the pid of the 1170\&\f(CW\*(C`waitpid\*(C'\fR documentation). The \f(CW\*(C`rpid\*(C'\fR member contains the pid of the
757process causing the status change. 1171process causing the status change.
1172.PP
1173Example: try to exit cleanly on \s-1SIGINT\s0 and \s-1SIGTERM\s0.
1174.PP
1175.Vb 5
1176\& static void
1177\& sigint_cb (struct ev_loop *loop, struct ev_signal *w, int revents)
1178\& {
1179\& ev_unloop (loop, EVUNLOOP_ALL);
1180\& }
1181.Ve
1182.PP
1183.Vb 3
1184\& struct ev_signal signal_watcher;
1185\& ev_signal_init (&signal_watcher, sigint_cb, SIGINT);
1186\& ev_signal_start (loop, &sigint_cb);
1187.Ve
758.ie n .Sh """ev_idle"" \- when you've got nothing better to do" 1188.ie n .Sh """ev_idle"" \- when you've got nothing better to do"
759.el .Sh "\f(CWev_idle\fP \- when you've got nothing better to do" 1189.el .Sh "\f(CWev_idle\fP \- when you've got nothing better to do"
760.IX Subsection "ev_idle - when you've got nothing better to do" 1190.IX Subsection "ev_idle - when you've got nothing better to do"
761Idle watchers trigger events when there are no other events are pending 1191Idle watchers trigger events when there are no other events are pending
762(prepare, check and other idle watchers do not count). That is, as long 1192(prepare, check and other idle watchers do not count). That is, as long
776.IP "ev_idle_init (ev_signal *, callback)" 4 1206.IP "ev_idle_init (ev_signal *, callback)" 4
777.IX Item "ev_idle_init (ev_signal *, callback)" 1207.IX Item "ev_idle_init (ev_signal *, callback)"
778Initialises and configures the idle watcher \- it has no parameters of any 1208Initialises and configures the idle watcher \- it has no parameters of any
779kind. There is a \f(CW\*(C`ev_idle_set\*(C'\fR macro, but using it is utterly pointless, 1209kind. There is a \f(CW\*(C`ev_idle_set\*(C'\fR macro, but using it is utterly pointless,
780believe me. 1210believe me.
1211.PP
1212Example: dynamically allocate an \f(CW\*(C`ev_idle\*(C'\fR, start it, and in the
1213callback, free it. Alos, use no error checking, as usual.
1214.PP
1215.Vb 7
1216\& static void
1217\& idle_cb (struct ev_loop *loop, struct ev_idle *w, int revents)
1218\& {
1219\& free (w);
1220\& // now do something you wanted to do when the program has
1221\& // no longer asnything immediate to do.
1222\& }
1223.Ve
1224.PP
1225.Vb 3
1226\& struct ev_idle *idle_watcher = malloc (sizeof (struct ev_idle));
1227\& ev_idle_init (idle_watcher, idle_cb);
1228\& ev_idle_start (loop, idle_cb);
1229.Ve
781.ie n .Sh """ev_prepare""\fP and \f(CW""ev_check"" \- customise your event loop" 1230.ie n .Sh """ev_prepare""\fP and \f(CW""ev_check"" \- customise your event loop"
782.el .Sh "\f(CWev_prepare\fP and \f(CWev_check\fP \- customise your event loop" 1231.el .Sh "\f(CWev_prepare\fP and \f(CWev_check\fP \- customise your event loop"
783.IX Subsection "ev_prepare and ev_check - customise your event loop" 1232.IX Subsection "ev_prepare and ev_check - customise your event loop"
784Prepare and check watchers are usually (but not always) used in tandem: 1233Prepare and check watchers are usually (but not always) used in tandem:
785prepare watchers get invoked before the process blocks and check watchers 1234prepare watchers get invoked before the process blocks and check watchers
786afterwards. 1235afterwards.
787.PP 1236.PP
788Their main purpose is to integrate other event mechanisms into libev. This 1237Their main purpose is to integrate other event mechanisms into libev and
789could be used, for example, to track variable changes, implement your own 1238their use is somewhat advanced. This could be used, for example, to track
790watchers, integrate net-snmp or a coroutine library and lots more. 1239variable changes, implement your own watchers, integrate net-snmp or a
1240coroutine library and lots more.
791.PP 1241.PP
792This is done by examining in each prepare call which file descriptors need 1242This is done by examining in each prepare call which file descriptors need
793to be watched by the other library, registering \f(CW\*(C`ev_io\*(C'\fR watchers for 1243to be watched by the other library, registering \f(CW\*(C`ev_io\*(C'\fR watchers for
794them and starting an \f(CW\*(C`ev_timer\*(C'\fR watcher for any timeouts (many libraries 1244them and starting an \f(CW\*(C`ev_timer\*(C'\fR watcher for any timeouts (many libraries
795provide just this functionality). Then, in the check watcher you check for 1245provide just this functionality). Then, in the check watcher you check for
813.IX Item "ev_check_init (ev_check *, callback)" 1263.IX Item "ev_check_init (ev_check *, callback)"
814.PD 1264.PD
815Initialises and configures the prepare or check watcher \- they have no 1265Initialises and configures the prepare or check watcher \- they have no
816parameters of any kind. There are \f(CW\*(C`ev_prepare_set\*(C'\fR and \f(CW\*(C`ev_check_set\*(C'\fR 1266parameters of any kind. There are \f(CW\*(C`ev_prepare_set\*(C'\fR and \f(CW\*(C`ev_check_set\*(C'\fR
817macros, but using them is utterly, utterly and completely pointless. 1267macros, but using them is utterly, utterly and completely pointless.
1268.PP
1269Example: *TODO*.
1270.ie n .Sh """ev_embed"" \- when one backend isn't enough"
1271.el .Sh "\f(CWev_embed\fP \- when one backend isn't enough"
1272.IX Subsection "ev_embed - when one backend isn't enough"
1273This is a rather advanced watcher type that lets you embed one event loop
1274into another (currently only \f(CW\*(C`ev_io\*(C'\fR events are supported in the embedded
1275loop, other types of watchers might be handled in a delayed or incorrect
1276fashion and must not be used).
1277.PP
1278There are primarily two reasons you would want that: work around bugs and
1279prioritise I/O.
1280.PP
1281As an example for a bug workaround, the kqueue backend might only support
1282sockets on some platform, so it is unusable as generic backend, but you
1283still want to make use of it because you have many sockets and it scales
1284so nicely. In this case, you would create a kqueue-based loop and embed it
1285into your default loop (which might use e.g. poll). Overall operation will
1286be a bit slower because first libev has to poll and then call kevent, but
1287at least you can use both at what they are best.
1288.PP
1289As for prioritising I/O: rarely you have the case where some fds have
1290to be watched and handled very quickly (with low latency), and even
1291priorities and idle watchers might have too much overhead. In this case
1292you would put all the high priority stuff in one loop and all the rest in
1293a second one, and embed the second one in the first.
1294.PP
1295As long as the watcher is active, the callback will be invoked every time
1296there might be events pending in the embedded loop. The callback must then
1297call \f(CW\*(C`ev_embed_sweep (mainloop, watcher)\*(C'\fR to make a single sweep and invoke
1298their callbacks (you could also start an idle watcher to give the embedded
1299loop strictly lower priority for example). You can also set the callback
1300to \f(CW0\fR, in which case the embed watcher will automatically execute the
1301embedded loop sweep.
1302.PP
1303As long as the watcher is started it will automatically handle events. The
1304callback will be invoked whenever some events have been handled. You can
1305set the callback to \f(CW0\fR to avoid having to specify one if you are not
1306interested in that.
1307.PP
1308Also, there have not currently been made special provisions for forking:
1309when you fork, you not only have to call \f(CW\*(C`ev_loop_fork\*(C'\fR on both loops,
1310but you will also have to stop and restart any \f(CW\*(C`ev_embed\*(C'\fR watchers
1311yourself.
1312.PP
1313Unfortunately, not all backends are embeddable, only the ones returned by
1314\&\f(CW\*(C`ev_embeddable_backends\*(C'\fR are, which, unfortunately, does not include any
1315portable one.
1316.PP
1317So when you want to use this feature you will always have to be prepared
1318that you cannot get an embeddable loop. The recommended way to get around
1319this is to have a separate variables for your embeddable loop, try to
1320create it, and if that fails, use the normal loop for everything:
1321.PP
1322.Vb 3
1323\& struct ev_loop *loop_hi = ev_default_init (0);
1324\& struct ev_loop *loop_lo = 0;
1325\& struct ev_embed embed;
1326.Ve
1327.PP
1328.Vb 5
1329\& // see if there is a chance of getting one that works
1330\& // (remember that a flags value of 0 means autodetection)
1331\& loop_lo = ev_embeddable_backends () & ev_recommended_backends ()
1332\& ? ev_loop_new (ev_embeddable_backends () & ev_recommended_backends ())
1333\& : 0;
1334.Ve
1335.PP
1336.Vb 8
1337\& // if we got one, then embed it, otherwise default to loop_hi
1338\& if (loop_lo)
1339\& {
1340\& ev_embed_init (&embed, 0, loop_lo);
1341\& ev_embed_start (loop_hi, &embed);
1342\& }
1343\& else
1344\& loop_lo = loop_hi;
1345.Ve
1346.IP "ev_embed_init (ev_embed *, callback, struct ev_loop *embedded_loop)" 4
1347.IX Item "ev_embed_init (ev_embed *, callback, struct ev_loop *embedded_loop)"
1348.PD 0
1349.IP "ev_embed_set (ev_embed *, callback, struct ev_loop *embedded_loop)" 4
1350.IX Item "ev_embed_set (ev_embed *, callback, struct ev_loop *embedded_loop)"
1351.PD
1352Configures the watcher to embed the given loop, which must be
1353embeddable. If the callback is \f(CW0\fR, then \f(CW\*(C`ev_embed_sweep\*(C'\fR will be
1354invoked automatically, otherwise it is the responsibility of the callback
1355to invoke it (it will continue to be called until the sweep has been done,
1356if you do not want thta, you need to temporarily stop the embed watcher).
1357.IP "ev_embed_sweep (loop, ev_embed *)" 4
1358.IX Item "ev_embed_sweep (loop, ev_embed *)"
1359Make a single, non-blocking sweep over the embedded loop. This works
1360similarly to \f(CW\*(C`ev_loop (embedded_loop, EVLOOP_NONBLOCK)\*(C'\fR, but in the most
1361apropriate way for embedded loops.
818.SH "OTHER FUNCTIONS" 1362.SH "OTHER FUNCTIONS"
819.IX Header "OTHER FUNCTIONS" 1363.IX Header "OTHER FUNCTIONS"
820There are some other functions of possible interest. Described. Here. Now. 1364There are some other functions of possible interest. Described. Here. Now.
821.IP "ev_once (loop, int fd, int events, ev_tstamp timeout, callback)" 4 1365.IP "ev_once (loop, int fd, int events, ev_tstamp timeout, callback)" 4
822.IX Item "ev_once (loop, int fd, int events, ev_tstamp timeout, callback)" 1366.IX Item "ev_once (loop, int fd, int events, ev_tstamp timeout, callback)"
851.Ve 1395.Ve
852.Sp 1396.Sp
853.Vb 1 1397.Vb 1
854\& ev_once (STDIN_FILENO, EV_READ, 10., stdin_ready, 0); 1398\& ev_once (STDIN_FILENO, EV_READ, 10., stdin_ready, 0);
855.Ve 1399.Ve
856.IP "ev_feed_event (loop, watcher, int events)" 4 1400.IP "ev_feed_event (ev_loop *, watcher *, int revents)" 4
857.IX Item "ev_feed_event (loop, watcher, int events)" 1401.IX Item "ev_feed_event (ev_loop *, watcher *, int revents)"
858Feeds the given event set into the event loop, as if the specified event 1402Feeds the given event set into the event loop, as if the specified event
859had happened for the specified watcher (which must be a pointer to an 1403had happened for the specified watcher (which must be a pointer to an
860initialised but not necessarily started event watcher). 1404initialised but not necessarily started event watcher).
861.IP "ev_feed_fd_event (loop, int fd, int revents)" 4 1405.IP "ev_feed_fd_event (ev_loop *, int fd, int revents)" 4
862.IX Item "ev_feed_fd_event (loop, int fd, int revents)" 1406.IX Item "ev_feed_fd_event (ev_loop *, int fd, int revents)"
863Feed an event on the given fd, as if a file descriptor backend detected 1407Feed an event on the given fd, as if a file descriptor backend detected
864the given events it. 1408the given events it.
865.IP "ev_feed_signal_event (loop, int signum)" 4 1409.IP "ev_feed_signal_event (ev_loop *loop, int signum)" 4
866.IX Item "ev_feed_signal_event (loop, int signum)" 1410.IX Item "ev_feed_signal_event (ev_loop *loop, int signum)"
867Feed an event as if the given signal occured (loop must be the default loop!). 1411Feed an event as if the given signal occured (\f(CW\*(C`loop\*(C'\fR must be the default
1412loop!).
868.SH "LIBEVENT EMULATION" 1413.SH "LIBEVENT EMULATION"
869.IX Header "LIBEVENT EMULATION" 1414.IX Header "LIBEVENT EMULATION"
870Libev offers a compatibility emulation layer for libevent. It cannot 1415Libev offers a compatibility emulation layer for libevent. It cannot
871emulate the internals of libevent, so here are some usage hints: 1416emulate the internals of libevent, so here are some usage hints:
872.IP "* Use it by including <event.h>, as usual." 4 1417.IP "* Use it by including <event.h>, as usual." 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines