Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-03-16 00:19:57 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-03-16 00:19:57 +0300
commitdea2957ba76764a6ff5bbc9fa7e4a689544b0750 (patch)
treea5083a1216963721ce9123dc7a8971d0acd0a637 /man
parent35680d9c609a935a85d5e792808be30c29f41382 (diff)
added MONO_DISABLE_AIO
svn path=/trunk/mono/; revision=24071
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index ce545828a99..ce8c04d2ffe 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -275,6 +275,10 @@ managed implementation on error.
.I "MONO_CODEDOM_NODELETE"
If set to any value, the C# CodeDom compiler will not remove the temporary
source files generated.
+.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.
.SH FILES
On Unix assemblies are loaded from the installation lib directory. If you set
`prefix' to /usr, the assemblies will be located in /usr/lib. On