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

Comparing libev/ev.html (file contents):
Revision 1.29 by root, Thu Nov 22 12:28:27 2007 UTC vs.
Revision 1.30 by root, Thu Nov 22 12:28:35 2007 UTC

4<head> 4<head>
5 <title>libev</title> 5 <title>libev</title>
6 <meta name="description" content="Pod documentation for libev" /> 6 <meta name="description" content="Pod documentation for libev" />
7 <meta name="inputfile" content="&lt;standard input&gt;" /> 7 <meta name="inputfile" content="&lt;standard input&gt;" />
8 <meta name="outputfile" content="&lt;standard output&gt;" /> 8 <meta name="outputfile" content="&lt;standard output&gt;" />
9 <meta name="created" content="Thu Nov 22 13:26:17 2007" /> 9 <meta name="created" content="Thu Nov 22 13:28:34 2007" />
10 <meta name="generator" content="Pod::Xhtml 1.57" /> 10 <meta name="generator" content="Pod::Xhtml 1.57" />
11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head> 11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
12<body> 12<body>
13<div class="pod"> 13<div class="pod">
14<!-- INDEX START --> 14<!-- INDEX START -->
237 <p>This uses the Solaris 10 port mechanism. As with everything on Solaris, 237 <p>This uses the Solaris 10 port mechanism. As with everything on Solaris,
238it's really slow, but it still scales very well (O(active_fds)).</p> 238it's really slow, but it still scales very well (O(active_fds)).</p>
239 </dd> 239 </dd>
240 <dt><code>EVMETHOD_ALL</code></dt> 240 <dt><code>EVMETHOD_ALL</code></dt>
241 <dd> 241 <dd>
242 <p>Try all backends (even potentially broken ones). Since this is a mask, you 242 <p>Try all backends (even potentially broken ones that wouldn't be tried
243with <code>EVFLAG_AUTO</code>). Since this is a mask, you can do stuff such as
243can do stuff like <code>EVMETHOD_ALL &amp; ~EVMETHOD_KQUEUE</code>.</p> 244<code>EVMETHOD_ALL &amp; ~EVMETHOD_KQUEUE</code>.</p>
244 </dd> 245 </dd>
245 </dl> 246 </dl>
246 </p> 247 </p>
247 <p>If one or more of these are ored into the flags value, then only these 248 <p>If one or more of these are ored into the flags value, then only these
248backends will be tried (in the reverse order as given here). If none are 249backends will be tried (in the reverse order as given here). If none are

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines