From 217dcba927bf9f2ca731fdd9088b3d542d3035b7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Apr 2009 11:04:49 +0000 Subject: *** empty log message *** --- eio.pod | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'eio.pod') diff --git a/eio.pod b/eio.pod index bbacb66..d16b3a9 100644 --- a/eio.pod +++ b/eio.pod @@ -245,6 +245,27 @@ If you need to know how, check the C perl module, which does exactly that. +=head1 COMPILETIME CONFIGURATION + +These symbols, if used, must be defined when compiling F. + +=over 4 + +=item EIO_STACKSIZE + +This symbol governs the stack size for each eio thread. Libeio itself +was written to use very little stackspace, but when using C +requests, you might want to increase this. + +If this symbol is undefined (the default) then libeio will use its default +stack size (C currently). If it is defined, but +C<0>, then the default operating system stack size will be used. In all +other cases, the value must be an expression that evaluates to the desired +stack size. + +=back + + =head1 PORTABILITY REQUIREMENTS In addition to a working ISO-C implementation, libeio relies on a few -- cgit v1.2.3