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

Comparing libeio/eio.pod (file contents):
Revision 1.31 by root, Fri Dec 28 20:05:45 2012 UTC vs.
Revision 1.32 by root, Sat Jan 19 00:02:34 2013 UTC

926This symbol governs the stack size for each eio thread. Libeio itself 926This symbol governs the stack size for each eio thread. Libeio itself
927was written to use very little stackspace, but when using C<EIO_CUSTOM> 927was written to use very little stackspace, but when using C<EIO_CUSTOM>
928requests, you might want to increase this. 928requests, you might want to increase this.
929 929
930If this symbol is undefined (the default) then libeio will use its default 930If this symbol is undefined (the default) then libeio will use its default
931stack size (C<sizeof (void *) * 4096> currently). If it is defined, but 931stack size (C<sizeof (void *) * 4096> currently). In all other cases, the
932C<0>, then the default operating system stack size will be used. In all
933other cases, the value must be an expression that evaluates to the desired 932value must be an expression that evaluates to the desired stack size.
934stack size.
935 933
936=back 934=back
937 935
938 936
939=head1 PORTABILITY REQUIREMENTS 937=head1 PORTABILITY REQUIREMENTS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines