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

Comparing libev/ev.3 (file contents):
Revision 1.113 by root, Mon Jun 24 19:53:47 2019 UTC vs.
Revision 1.114 by root, Tue Jun 25 06:36:59 2019 UTC

131.\} 131.\}
132.rm #[ #] #H #V #F C 132.rm #[ #] #H #V #F C
133.\" ======================================================================== 133.\" ========================================================================
134.\" 134.\"
135.IX Title "LIBEV 3" 135.IX Title "LIBEV 3"
136.TH LIBEV 3 "2019-06-24" "libev-4.25" "libev - high performance full featured event loop" 136.TH LIBEV 3 "2019-06-25" "libev-4.25" "libev - high performance full featured event loop"
137.\" For nroff, turn off justification. Always turn off hyphenation; it makes 137.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138.\" way too many mistakes in technical documents. 138.\" way too many mistakes in technical documents.
139.if n .ad l 139.if n .ad l
140.nh 140.nh
141.SH "NAME" 141.SH "NAME"
638This backend maps \f(CW\*(C`EV_READ\*(C'\fR to \f(CW\*(C`POLLIN | POLLERR | POLLHUP\*(C'\fR, and 638This backend maps \f(CW\*(C`EV_READ\*(C'\fR to \f(CW\*(C`POLLIN | POLLERR | POLLHUP\*(C'\fR, and
639\&\f(CW\*(C`EV_WRITE\*(C'\fR to \f(CW\*(C`POLLOUT | POLLERR | POLLHUP\*(C'\fR. 639\&\f(CW\*(C`EV_WRITE\*(C'\fR to \f(CW\*(C`POLLOUT | POLLERR | POLLHUP\*(C'\fR.
640.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4 640.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4
641.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4 641.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4
642.IX Item "EVBACKEND_EPOLL (value 4, Linux)" 642.IX Item "EVBACKEND_EPOLL (value 4, Linux)"
643Use the linux-specific \fBepoll\fR\|(7) interface (for both pre\- and post\-2.6.9 643Use the Linux-specific \fBepoll\fR\|(7) interface (for both pre\- and post\-2.6.9
644kernels). 644kernels).
645.Sp 645.Sp
646For few fds, this backend is a bit little slower than poll and select, but 646For few fds, this backend is a bit little slower than poll and select, but
647it scales phenomenally better. While poll and select usually scale like 647it scales phenomenally better. While poll and select usually scale like
648O(total_fds) where total_fds is the total number of fds (or the highest 648O(total_fds) where total_fds is the total number of fds (or the highest
701This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as 701This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
702\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR. 702\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
703.ie n .IP """EVBACKEND_LINUXAIO"" (value 64, Linux)" 4 703.ie n .IP """EVBACKEND_LINUXAIO"" (value 64, Linux)" 4
704.el .IP "\f(CWEVBACKEND_LINUXAIO\fR (value 64, Linux)" 4 704.el .IP "\f(CWEVBACKEND_LINUXAIO\fR (value 64, Linux)" 4
705.IX Item "EVBACKEND_LINUXAIO (value 64, Linux)" 705.IX Item "EVBACKEND_LINUXAIO (value 64, Linux)"
706Use the linux-specific linux aio (\fInot\fR \f(CWaio(7)\fR but \f(CWio_submit(2)\fR) event interface available in post\-4.18 kernels. 706Use the Linux-specific Linux \s-1AIO\s0 (\fInot\fR \f(CWaio(7)\fR but \f(CWio_submit(2)\fR) event interface available in post\-4.18 kernels (but libev
707only tries to use it in 4.19+).
708.Sp
709This is another Linux train wreck of an event interface.
707.Sp 710.Sp
708If this backend works for you (as of this writing, it was very 711If this backend works for you (as of this writing, it was very
709experimental), it is the best event interface available on linux and might 712experimental), it is the best event interface available on Linux and might
710be well worth enabling it \- if it isn't available in your kernel this will 713be well worth enabling it \- if it isn't available in your kernel this will
711be detected and this backend will be skipped. 714be detected and this backend will be skipped.
712.Sp 715.Sp
713This backend can batch oneshot requests and supports a user-space ring 716This backend can batch oneshot requests and supports a user-space ring
714buffer to receive events. It also doesn't suffer from most of the design 717buffer to receive events. It also doesn't suffer from most of the design
715problems of epoll (such as not being able to remove event sources from the 718problems of epoll (such as not being able to remove event sources from
716epoll set), and generally sounds too good to be true. Because, this being 719the epoll set), and generally sounds too good to be true. Because, this
717the linux kernel, of course it suffers from a whole new set of limitations. 720being the Linux kernel, of course it suffers from a whole new set of
721limitations, forcing you to fall back to epoll, inheriting all its design
722issues.
718.Sp 723.Sp
719For one, it is not easily embeddable (but probably could be done using 724For one, it is not easily embeddable (but probably could be done using
720an event fd at some extra overhead). It also is subject to a system wide 725an event fd at some extra overhead). It also is subject to a system wide
721limit that can be configured in \fI/proc/sys/fs/aio\-max\-nr\fR \- each loop 726limit that can be configured in \fI/proc/sys/fs/aio\-max\-nr\fR. If no \s-1AIO\s0
722currently requires \f(CW61\fR of this number. If no aio requests are left, this
723backend will be skipped during initialisation. 727requests are left, this backend will be skipped during initialisation, and
728will switch to epoll when the loop is active.
724.Sp 729.Sp
725Most problematic in practise, however, is that not all file descriptors 730Most problematic in practice, however, is that not all file descriptors
726work with it. For example, in linux 5.1, tcp sockets, pipes, event fds, 731work with it. For example, in Linux 5.1, \s-1TCP\s0 sockets, pipes, event fds,
727files, \fI/dev/null\fR and a few others are supported, but ttys do not work 732files, \fI/dev/null\fR and many others are supported, but ttys do not work
728properly (a known bug that the kernel developers don't care about, see 733properly (a known bug that the kernel developers don't care about, see
729<https://lore.kernel.org/patchwork/patch/1047453/>), so this is not 734<https://lore.kernel.org/patchwork/patch/1047453/>), so this is not
730(yet?) a generic event polling interface. 735(yet?) a generic event polling interface.
731.Sp 736.Sp
732Overall, it seems the linux developers just don't want it to have a 737Overall, it seems the Linux developers just don't want it to have a
733generic event handling mechanism other than \f(CW\*(C`select\*(C'\fR or \f(CW\*(C`poll\*(C'\fR. 738generic event handling mechanism other than \f(CW\*(C`select\*(C'\fR or \f(CW\*(C`poll\*(C'\fR.
734.Sp 739.Sp
735To work around the fd type problem, the current version of libev uses 740To work around all these problem, the current version of libev uses its
736epoll as a fallback for file deescriptor types that do not work. Epoll 741epoll backend as a fallback for file descriptor types that do not work. Or
737is used in, kind of, slow mode that hopefully avoids most of its design 742falls back completely to epoll if the kernel acts up.
738problems and requires 1\-3 extra syscalls per active fd every iteration.
739.Sp 743.Sp
740This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as 744This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
741\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR. 745\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
742.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4 746.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4
743.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4 747.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4
744.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)" 748.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)"
745Kqueue deserves special mention, as at the time of this writing, it 749Kqueue deserves special mention, as at the time this backend was
746was broken on all BSDs except NetBSD (usually it doesn't work reliably 750implemented, it was broken on all BSDs except NetBSD (usually it doesn't
747with anything but sockets and pipes, except on Darwin, where of course 751work reliably with anything but sockets and pipes, except on Darwin,
748it's completely useless). Unlike epoll, however, whose brokenness 752where of course it's completely useless). Unlike epoll, however, whose
749is by design, these kqueue bugs can (and eventually will) be fixed 753brokenness is by design, these kqueue bugs can be (and mostly have been)
750without \s-1API\s0 changes to existing programs. For this reason it's not being 754fixed without \s-1API\s0 changes to existing programs. For this reason it's not
751\&\*(L"auto-detected\*(R" unless you explicitly specify it in the flags (i.e. using 755being \*(L"auto-detected\*(R" on all platforms unless you explicitly specify it
752\&\f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR) or libev was compiled on a known-to-be-good (\-enough) 756in the flags (i.e. using \f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR) or libev was compiled on a
753system like NetBSD. 757known-to-be-good (\-enough) system like NetBSD.
754.Sp 758.Sp
755You still can embed kqueue into a normal poll or select backend and use it 759You still can embed kqueue into a normal poll or select backend and use it
756only for sockets (after having made sure that sockets work with kqueue on 760only for sockets (after having made sure that sockets work with kqueue on
757the target platform). See \f(CW\*(C`ev_embed\*(C'\fR watchers for more info. 761the target platform). See \f(CW\*(C`ev_embed\*(C'\fR watchers for more info.
758.Sp 762.Sp
759It scales in the same way as the epoll backend, but the interface to the 763It scales in the same way as the epoll backend, but the interface to the
760kernel is more efficient (which says nothing about its actual speed, of 764kernel is more efficient (which says nothing about its actual speed, of
761course). While stopping, setting and starting an I/O watcher does never 765course). While stopping, setting and starting an I/O watcher does never
762cause an extra system call as with \f(CW\*(C`EVBACKEND_EPOLL\*(C'\fR, it still adds up to 766cause an extra system call as with \f(CW\*(C`EVBACKEND_EPOLL\*(C'\fR, it still adds up to
763two event changes per incident. Support for \f(CW\*(C`fork ()\*(C'\fR is very bad (you 767two event changes per incident. Support for \f(CW\*(C`fork ()\*(C'\fR is very bad (you
764might have to leak fd's on fork, but it's more sane than epoll) and it 768might have to leak fds on fork, but it's more sane than epoll) and it
765drops fds silently in similarly hard-to-detect cases. 769drops fds silently in similarly hard-to-detect cases.
766.Sp 770.Sp
767This backend usually performs well under most conditions. 771This backend usually performs well under most conditions.
768.Sp 772.Sp
769While nominally embeddable in other event loops, this doesn't work 773While nominally embeddable in other event loops, this doesn't work

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines