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

Comparing libeio/eio.pod (file contents):
Revision 1.3 by root, Wed Oct 22 18:15:36 2008 UTC vs.
Revision 1.4 by root, Wed Apr 22 11:04:49 2009 UTC

243 243
244If you need to know how, check the C<IO::AIO> perl module, which does 244If you need to know how, check the C<IO::AIO> perl module, which does
245exactly that. 245exactly that.
246 246
247 247
248=head1 COMPILETIME CONFIGURATION
249
250These symbols, if used, must be defined when compiling F<eio.c>.
251
252=over 4
253
254=item EIO_STACKSIZE
255
256This symbol governs the stack size for each eio thread. Libeio itself
257was written to use very little stackspace, but when using C<EIO_CUSTOM>
258requests, you might want to increase this.
259
260If this symbol is undefined (the default) then libeio will use its default
261stack size (C<sizeof (long) * 4096> currently). If it is defined, but
262C<0>, then the default operating system stack size will be used. In all
263other cases, the value must be an expression that evaluates to the desired
264stack size.
265
266=back
267
268
248=head1 PORTABILITY REQUIREMENTS 269=head1 PORTABILITY REQUIREMENTS
249 270
250In addition to a working ISO-C implementation, libeio relies on a few 271In addition to a working ISO-C implementation, libeio relies on a few
251additional extensions: 272additional extensions:
252 273

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines