summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2007-11-27 19:23:31 +0000
committerroot <root>2007-11-27 19:23:31 +0000
commit6800c1e86d28e4bc573747e6d327c770b2e00df4 (patch)
treef1ae715ffa8c96a491d28fe0201c5e9df90fa2e0 /ev.pod
parent52b9969b0f7befd5965ad9826d9942897fc4dbce (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/ev.pod b/ev.pod
index 17484ff..5b0835d 100644
--- a/ev.pod
+++ b/ev.pod
@@ -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