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
diff options
context:
space:
mode:
authorAndrés G. Aragoneses <knocte@gmail.com>2013-08-06 12:32:54 +0400
committerAndrés G. Aragoneses <knocte@gmail.com>2013-08-06 12:32:54 +0400
commit26d0b81c266f87df259ccb297bc22d60768e2e72 (patch)
treebd8df95a707d0af6b6bbd736d65c124efe0c8a1f /man/mono.1
parent0c3b528747c876b14b96b7b63be1005d4409144b (diff)
[ThreadPool] Allow heavier initialization when using --server flag
Create on demand up to min_threads to avoid startup penalty, avoiding throttling of threadpool worker thread creation (for now, using a --server flag) at initialization. When throttling happens, operations such as parallel https requests were slowed down significantly due to all of the threads created in order to complete the SSL operations. Based on @kamalaboulhosn's patch (https://github.com/mono/mono/pull/640/files)
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index 318c0586d0f..54ad76931cb 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -417,7 +417,7 @@ the global assembly cache is always trusted.
.TP
\fB--server\fR
Configures the virtual machine to be better suited for server
-operations (currently, a no-op).
+operations (currently, allows a heavier threadpool initialization).
.TP
\fB--verify-all\fR
Verifies mscorlib and assemblies in the global