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

Comparing libev/ev.pod (file contents):
Revision 1.359 by root, Tue Jan 11 10:56:01 2011 UTC vs.
Revision 1.369 by root, Mon May 30 18:34:28 2011 UTC

58 ev_timer_start (loop, &timeout_watcher); 58 ev_timer_start (loop, &timeout_watcher);
59 59
60 // now wait for events to arrive 60 // now wait for events to arrive
61 ev_run (loop, 0); 61 ev_run (loop, 0);
62 62
63 // unloop was called, so exit 63 // break was called, so exit
64 return 0; 64 return 0;
65 } 65 }
66 66
67=head1 ABOUT THIS DOCUMENT 67=head1 ABOUT THIS DOCUMENT
68 68
442 442
443This behaviour is useful when you want to do your own signal handling, or 443This behaviour is useful when you want to do your own signal handling, or
444want to handle signals only in specific threads and want to avoid libev 444want to handle signals only in specific threads and want to avoid libev
445unblocking the signals. 445unblocking the signals.
446 446
447It's also required by POSIX in a threaded program, as libev calls
448C<sigprocmask>, whose behaviour is officially unspecified.
449
447This flag's behaviour will become the default in future versions of libev. 450This flag's behaviour will become the default in future versions of libev.
448 451
449=item C<EVBACKEND_SELECT> (value 1, portable select backend) 452=item C<EVBACKEND_SELECT> (value 1, portable select backend)
450 453
451This is your standard select(2) backend. Not I<completely> standard, as 454This is your standard select(2) backend. Not I<completely> standard, as
480=item C<EVBACKEND_EPOLL> (value 4, Linux) 483=item C<EVBACKEND_EPOLL> (value 4, Linux)
481 484
482Use the linux-specific epoll(7) interface (for both pre- and post-2.6.9 485Use the linux-specific epoll(7) interface (for both pre- and post-2.6.9
483kernels). 486kernels).
484 487
485For few fds, this backend is a bit little slower than poll and select, 488For few fds, this backend is a bit little slower than poll and select, but
486but it scales phenomenally better. While poll and select usually scale 489it scales phenomenally better. While poll and select usually scale like
487like O(total_fds) where n is the total number of fds (or the highest fd), 490O(total_fds) where total_fds is the total number of fds (or the highest
488epoll scales either O(1) or O(active_fds). 491fd), epoll scales either O(1) or O(active_fds).
489 492
490The epoll mechanism deserves honorable mention as the most misdesigned 493The epoll mechanism deserves honorable mention as the most misdesigned
491of the more advanced event mechanisms: mere annoyances include silently 494of the more advanced event mechanisms: mere annoyances include silently
492dropping file descriptors, requiring a system call per change per file 495dropping file descriptors, requiring a system call per change per file
493descriptor (and unnecessary guessing of parameters), problems with dup, 496descriptor (and unnecessary guessing of parameters), problems with dup,
822This is useful if you are waiting for some external event in conjunction 825This is useful if you are waiting for some external event in conjunction
823with something not expressible using other libev watchers (i.e. "roll your 826with something not expressible using other libev watchers (i.e. "roll your
824own C<ev_run>"). However, a pair of C<ev_prepare>/C<ev_check> watchers is 827own C<ev_run>"). However, a pair of C<ev_prepare>/C<ev_check> watchers is
825usually a better approach for this kind of thing. 828usually a better approach for this kind of thing.
826 829
827Here are the gory details of what C<ev_run> does: 830Here are the gory details of what C<ev_run> does (this is for your
831understanding, not a guarantee that things will work exactly like this in
832future versions):
828 833
829 - Increment loop depth. 834 - Increment loop depth.
830 - Reset the ev_break status. 835 - Reset the ev_break status.
831 - Before the first iteration, call any pending watchers. 836 - Before the first iteration, call any pending watchers.
832 LOOP: 837 LOOP:
865anymore. 870anymore.
866 871
867 ... queue jobs here, make sure they register event watchers as long 872 ... queue jobs here, make sure they register event watchers as long
868 ... as they still have work to do (even an idle watcher will do..) 873 ... as they still have work to do (even an idle watcher will do..)
869 ev_run (my_loop, 0); 874 ev_run (my_loop, 0);
870 ... jobs done or somebody called unloop. yeah! 875 ... jobs done or somebody called break. yeah!
871 876
872=item ev_break (loop, how) 877=item ev_break (loop, how)
873 878
874Can be used to make a call to C<ev_run> return early (but only after it 879Can be used to make a call to C<ev_run> return early (but only after it
875has processed all outstanding events). The C<how> argument must be either 880has processed all outstanding events). The C<how> argument must be either
1375 1380
1376Before a watcher can be registered with the event looop it has to be 1381Before a watcher can be registered with the event looop it has to be
1377initialised. This can be done with a call to C<ev_TYPE_init>, or calls to 1382initialised. This can be done with a call to C<ev_TYPE_init>, or calls to
1378C<ev_init> followed by the watcher-specific C<ev_TYPE_set> function. 1383C<ev_init> followed by the watcher-specific C<ev_TYPE_set> function.
1379 1384
1380In this state it is simply some block of memory that is suitable for use 1385In this state it is simply some block of memory that is suitable for
1381in an event loop. It can be moved around, freed, reused etc. at will. 1386use in an event loop. It can be moved around, freed, reused etc. at
1387will - as long as you either keep the memory contents intact, or call
1388C<ev_TYPE_init> again.
1382 1389
1383=item started/running/active 1390=item started/running/active
1384 1391
1385Once a watcher has been started with a call to C<ev_TYPE_start> it becomes 1392Once a watcher has been started with a call to C<ev_TYPE_start> it becomes
1386property of the event loop, and is actively waiting for events. While in 1393property of the event loop, and is actively waiting for events. While in
1414latter will clear any pending state the watcher might be in, regardless 1421latter will clear any pending state the watcher might be in, regardless
1415of whether it was active or not, so stopping a watcher explicitly before 1422of whether it was active or not, so stopping a watcher explicitly before
1416freeing it is often a good idea. 1423freeing it is often a good idea.
1417 1424
1418While stopped (and not pending) the watcher is essentially in the 1425While stopped (and not pending) the watcher is essentially in the
1419initialised state, that is it can be reused, moved, modified in any way 1426initialised state, that is, it can be reused, moved, modified in any way
1420you wish. 1427you wish (but when you trash the memory block, you need to C<ev_TYPE_init>
1428it again).
1421 1429
1422=back 1430=back
1423 1431
1424=head2 WATCHER PRIORITY MODELS 1432=head2 WATCHER PRIORITY MODELS
1425 1433
2145 2153
2146Another way to think about it (for the mathematically inclined) is that 2154Another way to think about it (for the mathematically inclined) is that
2147C<ev_periodic> will try to run the callback in this mode at the next possible 2155C<ev_periodic> will try to run the callback in this mode at the next possible
2148time where C<time = offset (mod interval)>, regardless of any time jumps. 2156time where C<time = offset (mod interval)>, regardless of any time jumps.
2149 2157
2150For numerical stability it is preferable that the C<offset> value is near 2158The C<interval> I<MUST> be positive, and for numerical stability, the
2151C<ev_now ()> (the current time), but there is no range requirement for 2159interval value should be higher than C<1/8192> (which is around 100
2152this value, and in fact is often specified as zero. 2160microseconds) and C<offset> should be higher than C<0> and should have
2161at most a similar magnitude as the current time (say, within a factor of
2162ten). Typical values for offset are, in fact, C<0> or something between
2163C<0> and C<interval>, which is also the recommended range.
2153 2164
2154Note also that there is an upper limit to how often a timer can fire (CPU 2165Note also that there is an upper limit to how often a timer can fire (CPU
2155speed for example), so if C<interval> is very small then timing stability 2166speed for example), so if C<interval> is very small then timing stability
2156will of course deteriorate. Libev itself tries to be exact to be about one 2167will of course deteriorate. Libev itself tries to be exact to be about one
2157millisecond (if the OS supports it and the machine is fast enough). 2168millisecond (if the OS supports it and the machine is fast enough).
2300=head3 The special problem of inheritance over fork/execve/pthread_create 2311=head3 The special problem of inheritance over fork/execve/pthread_create
2301 2312
2302Both the signal mask (C<sigprocmask>) and the signal disposition 2313Both the signal mask (C<sigprocmask>) and the signal disposition
2303(C<sigaction>) are unspecified after starting a signal watcher (and after 2314(C<sigaction>) are unspecified after starting a signal watcher (and after
2304stopping it again), that is, libev might or might not block the signal, 2315stopping it again), that is, libev might or might not block the signal,
2305and might or might not set or restore the installed signal handler. 2316and might or might not set or restore the installed signal handler (but
2317see C<EVFLAG_NOSIGMASK>).
2306 2318
2307While this does not matter for the signal disposition (libev never 2319While this does not matter for the signal disposition (libev never
2308sets signals to C<SIG_IGN>, so handlers will be reset to C<SIG_DFL> on 2320sets signals to C<SIG_IGN>, so handlers will be reset to C<SIG_DFL> on
2309C<execve>), this matters for the signal mask: many programs do not expect 2321C<execve>), this matters for the signal mask: many programs do not expect
2310certain signals to be blocked. 2322certain signals to be blocked.
3181 atexit (program_exits); 3193 atexit (program_exits);
3182 3194
3183 3195
3184=head2 C<ev_async> - how to wake up an event loop 3196=head2 C<ev_async> - how to wake up an event loop
3185 3197
3186In general, you cannot use an C<ev_run> from multiple threads or other 3198In general, you cannot use an C<ev_loop> from multiple threads or other
3187asynchronous sources such as signal handlers (as opposed to multiple event 3199asynchronous sources such as signal handlers (as opposed to multiple event
3188loops - those are of course safe to use in different threads). 3200loops - those are of course safe to use in different threads).
3189 3201
3190Sometimes, however, you need to wake up an event loop you do not control, 3202Sometimes, however, you need to wake up an event loop you do not control,
3191for example because it belongs to another thread. This is what C<ev_async> 3203for example because it belongs to another thread. This is what C<ev_async>
3301trust me. 3313trust me.
3302 3314
3303=item ev_async_send (loop, ev_async *) 3315=item ev_async_send (loop, ev_async *)
3304 3316
3305Sends/signals/activates the given C<ev_async> watcher, that is, feeds 3317Sends/signals/activates the given C<ev_async> watcher, that is, feeds
3306an C<EV_ASYNC> event on the watcher into the event loop. Unlike 3318an C<EV_ASYNC> event on the watcher into the event loop, and instantly
3319returns.
3320
3307C<ev_feed_event>, this call is safe to do from other threads, signal or 3321Unlike C<ev_feed_event>, this call is safe to do from other threads,
3308similar contexts (see the discussion of C<EV_ATOMIC_T> in the embedding 3322signal or similar contexts (see the discussion of C<EV_ATOMIC_T> in the
3309section below on what exactly this means). 3323embedding section below on what exactly this means).
3310 3324
3311Note that, as with other watchers in libev, multiple events might get 3325Note that, as with other watchers in libev, multiple events might get
3312compressed into a single callback invocation (another way to look at this 3326compressed into a single callback invocation (another way to look at this
3313is that C<ev_async> watchers are level-triggered, set on C<ev_async_send>, 3327is that C<ev_async> watchers are level-triggered, set on C<ev_async_send>,
3314reset when the event loop detects that). 3328reset when the event loop detects that).
3540 // now associate this with the loop 3554 // now associate this with the loop
3541 ev_set_userdata (EV_A_ u); 3555 ev_set_userdata (EV_A_ u);
3542 ev_set_invoke_pending_cb (EV_A_ l_invoke); 3556 ev_set_invoke_pending_cb (EV_A_ l_invoke);
3543 ev_set_loop_release_cb (EV_A_ l_release, l_acquire); 3557 ev_set_loop_release_cb (EV_A_ l_release, l_acquire);
3544 3558
3545 // then create the thread running ev_loop 3559 // then create the thread running ev_run
3546 pthread_create (&u->tid, 0, l_run, EV_A); 3560 pthread_create (&u->tid, 0, l_run, EV_A);
3547 } 3561 }
3548 3562
3549The callback for the C<ev_async> watcher does nothing: the watcher is used 3563The callback for the C<ev_async> watcher does nothing: the watcher is used
3550solely to wake up the event loop so it takes notice of any new watchers 3564solely to wake up the event loop so it takes notice of any new watchers
4195F<event.h> that are not directly supported by the libev core alone. 4209F<event.h> that are not directly supported by the libev core alone.
4196 4210
4197In standalone mode, libev will still try to automatically deduce the 4211In standalone mode, libev will still try to automatically deduce the
4198configuration, but has to be more conservative. 4212configuration, but has to be more conservative.
4199 4213
4214=item EV_USE_FLOOR
4215
4216If defined to be C<1>, libev will use the C<floor ()> function for its
4217periodic reschedule calculations, otherwise libev will fall back on a
4218portable (slower) implementation. If you enable this, you usually have to
4219link against libm or something equivalent. Enabling this when the C<floor>
4220function is not available will fail, so the safe default is to not enable
4221this.
4222
4200=item EV_USE_MONOTONIC 4223=item EV_USE_MONOTONIC
4201 4224
4202If defined to be C<1>, libev will try to detect the availability of the 4225If defined to be C<1>, libev will try to detect the availability of the
4203monotonic clock option at both compile time and runtime. Otherwise no 4226monotonic clock option at both compile time and runtime. Otherwise no
4204use of the monotonic clock option will be attempted. If you enable this, 4227use of the monotonic clock option will be attempted. If you enable this,
5215The physical time that is observed. It is apparently strictly monotonic :) 5238The physical time that is observed. It is apparently strictly monotonic :)
5216 5239
5217=item wall-clock time 5240=item wall-clock time
5218 5241
5219The time and date as shown on clocks. Unlike real time, it can actually 5242The time and date as shown on clocks. Unlike real time, it can actually
5220be wrong and jump forwards and backwards, e.g. when the you adjust your 5243be wrong and jump forwards and backwards, e.g. when you adjust your
5221clock. 5244clock.
5222 5245
5223=item watcher 5246=item watcher
5224 5247
5225A data structure that describes interest in certain events. Watchers need 5248A data structure that describes interest in certain events. Watchers need
5228=back 5251=back
5229 5252
5230=head1 AUTHOR 5253=head1 AUTHOR
5231 5254
5232Marc Lehmann <libev@schmorp.de>, with repeated corrections by Mikael 5255Marc Lehmann <libev@schmorp.de>, with repeated corrections by Mikael
5233Magnusson and Emanuele Giaquinta. 5256Magnusson and Emanuele Giaquinta, and minor corrections by many others.
5234 5257

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines