Author: gonzalo Date: 2005-04-12 16:19:35 -0400 (Tue, 12 Apr 2005) New Revision: 42870
Modified: trunk/mono/man/mono.1 Log: updated Modified: trunk/mono/man/mono.1 =================================================================== --- trunk/mono/man/mono.1 2005-04-12 20:18:16 UTC (rev 42869) +++ trunk/mono/man/mono.1 2005-04-12 20:19:35 UTC (rev 42870) @@ -375,7 +375,8 @@ .TP .I "MONO_DISABLE_AIO" If set, tells mono NOT to attempt using native asynchronous I/O services. In -that case, the threadpool is used for asynchronous I/O on files and sockets. +that case, a default select/poll implementation is used. Currently only epoll() +is supported. .TP .I "MONO_DISABLE_SHM" If this variable is set, it disables the shared memory part of the _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
