diff options
author | root <root> | 2007-11-27 19:23:31 +0000 |
---|---|---|
committer | root <root> | 2007-11-27 19:23:31 +0000 |
commit | 6800c1e86d28e4bc573747e6d327c770b2e00df4 (patch) | |
tree | f1ae715ffa8c96a491d28fe0201c5e9df90fa2e0 /ev.pod | |
parent | 52b9969b0f7befd5965ad9826d9942897fc4dbce (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1999,6 +1999,13 @@ If you need to shave off some kilobytes of code at the expense of some speed, define this symbol to C<1>. Currently only used for gcc to override some inlining decisions, saves roughly 30% codesize of amd64. +=item EV_PID_HASHSIZE + +C<ev_child> watchers use a small hash table to distribute workload by +pid. The default size is C<16> (or C<1> with C<EV_MINIMAL>), usually more +than enough. If you need to manage thousands of children you might want to +increase this value. + =item EV_COMMON By default, all watchers have a C<void *data> member. By redefining |