ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/README
(Generate patch)

Comparing EV/README (file contents):
Revision 1.22 by root, Mon Jan 28 12:24:05 2008 UTC vs.
Revision 1.25 by root, Sun May 18 10:45:36 2008 UTC

54 54
55DESCRIPTION 55DESCRIPTION
56 This module provides an interface to libev 56 This module provides an interface to libev
57 (<http://software.schmorp.de/pkg/libev.html>). While the documentation 57 (<http://software.schmorp.de/pkg/libev.html>). While the documentation
58 below is comprehensive, one might also consult the documentation of 58 below is comprehensive, one might also consult the documentation of
59 libev itself (<http://cvs.schmorp.de/libev/ev.html>) for more subtle 59 libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>)
60 details on watcher semantics or some discussion on the available 60 for more subtle details on watcher semantics or some discussion on the
61 backends, or how to force a specific backend with "LIBEV_FLAGS", or just 61 available backends, or how to force a specific backend with
62 about in any case because it has much more detailed information. 62 "LIBEV_FLAGS", or just about in any case because it has much more
63 detailed information.
64
65 This module is very fast and scalable. It is actually so fast that you
66 can use it through the AnyEvent module, stay portable to other event
67 loops (if you don't rely on any watcher types not available through it)
68 and still be faster than with any other event loop currently supported
69 in Perl.
63 70
64EVENT LOOPS 71EVENT LOOPS
65 EV supports multiple event loops: There is a single "default event loop" 72 EV supports multiple event loops: There is a single "default event loop"
66 that can handle everything including signals and child watchers, and any 73 that can handle everything including signals and child watchers, and any
67 number of "dynamic event loops" that can use different backends (with 74 number of "dynamic event loops" that can use different backends (with
421 This time simply fires at the wallclock time $at and doesn't 428 This time simply fires at the wallclock time $at and doesn't
422 repeat. It will not adjust when a time jump occurs, that is, if 429 repeat. It will not adjust when a time jump occurs, that is, if
423 it is to be run at January 1st 2011 then it will run when the 430 it is to be run at January 1st 2011 then it will run when the
424 system time reaches or surpasses this time. 431 system time reaches or surpasses this time.
425 432
426 * non-repeating interval timer ($interval > 0, $reschedule_cb = 0) 433 * repeating interval timer ($interval > 0, $reschedule_cb = 0)
427 434
428 In this mode the watcher will always be scheduled to time out at 435 In this mode the watcher will always be scheduled to time out at
429 the next "$at + N * $interval" time (for some integer N) and 436 the next "$at + N * $interval" time (for some integer N) and
430 then repeat, regardless of any time jumps. 437 then repeat, regardless of any time jumps.
431 438
776 managed automatically. 783 managed automatically.
777 784
778 The "embed_ns" variant doesn't start (activate) the newly created 785 The "embed_ns" variant doesn't start (activate) the newly created
779 watcher. 786 watcher.
780 787
788 ASYNC WATCHERS - how to wake up another event loop
789 Async watchers are provided by EV, but have little use in perl directly,
790 as perl neither supports threads nor direct access to signal handlers or
791 other contexts where they could be of value.
792
793 It is, however, possible to use them from the XS level.
794
795 Please see the libev documentation for further details.
796
797 $w = EV::async $callback
798 $w = EV::async_ns $callback
799 $w->send
800 $bool = $w->async_pending
801
781PERL SIGNALS 802PERL SIGNALS
782 While Perl signal handling (%SIG) is not affected by EV, the behaviour 803 While Perl signal handling (%SIG) is not affected by EV, the behaviour
783 with EV is as the same as any other C library: Perl-signals will only be 804 with EV is as the same as any other C library: Perl-signals will only be
784 handled when Perl runs, which means your signal handler might be invoked 805 handled when Perl runs, which means your signal handler might be invoked
785 only the next time an event callback is invoked. 806 only the next time an event callback is invoked.
819 course. 840 course.
820 841
821SEE ALSO 842SEE ALSO
822 EV::ADNS (asynchronous DNS), Glib::EV (makes Glib/Gtk2 use EV as event 843 EV::ADNS (asynchronous DNS), Glib::EV (makes Glib/Gtk2 use EV as event
823 loop), EV::Glib (embed Glib into EV), Coro::EV (efficient coroutines 844 loop), EV::Glib (embed Glib into EV), Coro::EV (efficient coroutines
824 with EV), Net::SNMP::EV (asynchronous SNMP). 845 with EV), Net::SNMP::EV (asynchronous SNMP), AnyEvent for event-loop
846 agnostic and portable event driven programming.
825 847
826AUTHOR 848AUTHOR
827 Marc Lehmann <schmorp@schmorp.de> 849 Marc Lehmann <schmorp@schmorp.de>
828 http://home.schmorp.de/ 850 http://home.schmorp.de/
829 851

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines