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

Comparing libeio/eio.pod (file contents):
Revision 1.24 by sf-exg, Thu Jul 14 08:51:29 2011 UTC vs.
Revision 1.25 by root, Thu Jul 14 19:34:39 2011 UTC

909This symbol governs the stack size for each eio thread. Libeio itself 909This symbol governs the stack size for each eio thread. Libeio itself
910was written to use very little stackspace, but when using C<EIO_CUSTOM> 910was written to use very little stackspace, but when using C<EIO_CUSTOM>
911requests, you might want to increase this. 911requests, you might want to increase this.
912 912
913If this symbol is undefined (the default) then libeio will use its default 913If this symbol is undefined (the default) then libeio will use its default
914stack size (C<sizeof (long) * 4096> currently). If it is defined, but 914stack size (C<sizeof (void *) * 4096> currently). If it is defined, but
915C<0>, then the default operating system stack size will be used. In all 915C<0>, then the default operating system stack size will be used. In all
916other cases, the value must be an expression that evaluates to the desired 916other cases, the value must be an expression that evaluates to the desired
917stack size. 917stack size.
918 918
919=back 919=back

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines