summaryrefslogtreecommitdiff
path: root/ev.html
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.html
parent52b9969b0f7befd5965ad9826d9942897fc4dbce (diff)
*** empty log message ***
Diffstat (limited to 'ev.html')
-rw-r--r--ev.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/ev.html b/ev.html
index c5df51e..5bcffd0 100644
--- a/ev.html
+++ b/ev.html
@@ -6,7 +6,7 @@
<meta name="description" content="Pod documentation for libev" />
<meta name="inputfile" content="&lt;standard input&gt;" />
<meta name="outputfile" content="&lt;standard output&gt;" />
- <meta name="created" content="Tue Nov 27 11:59:06 2007" />
+ <meta name="created" content="Tue Nov 27 20:23:27 2007" />
<meta name="generator" content="Pod::Xhtml 1.57" />
<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
<body>
@@ -1998,6 +1998,13 @@ defined to be <code>0</code>, then they are not.</p>
speed, define this symbol to <code>1</code>. Currently only used for gcc to override
some inlining decisions, saves roughly 30% codesize of amd64.</p>
</dd>
+ <dt>EV_PID_HASHSIZE</dt>
+ <dd>
+ <p><code>ev_child</code> watchers use a small hash table to distribute workload by
+pid. The default size is <code>16</code> (or <code>1</code> with <code>EV_MINIMAL</code>), usually more
+than enough. If you need to manage thousands of children you might want to
+increase this value.</p>
+ </dd>
<dt>EV_COMMON</dt>
<dd>
<p>By default, all watchers have a <code>void *data</code> member. By redefining