From: Rich Bowen
In the case of Unix, the decision as to which MPM is installed is based on two questions:
-1. Does the system support threads?
-2. Does the system support polling?
+1. Does the system support threads?
+2. Does the system support thread-safe polling (Specifically, the +kqueue and epoll functions)?
If the answer to both questions is 'yes', the default MPM is
event
.
Ce document décrit ce qu'est un Module Multi-Processus, ainsi que la manière dont ces modules sont utilisés par le serveur HTTP Apache.
diff --git a/docs/manual/mpm.html.tr.utf8 b/docs/manual/mpm.html.tr.utf8 index f10aa61c0a..40c46cee9d 100644 --- a/docs/manual/mpm.html.tr.utf8 +++ b/docs/manual/mpm.html.tr.utf8 @@ -30,6 +30,7 @@ tr | zh-cn +Bu belgede Ãok Süreçlilik Modülü denince ne anlaÅıldıÄı ve bunların Apache HTTP Sunucusu tarafından nasıl kullanıldıkları açıklanmıÅtır.
diff --git a/docs/manual/mpm.xml.de b/docs/manual/mpm.xml.de index 8d1c9fb053..cf6eb2a1eb 100644 --- a/docs/manual/mpm.xml.de +++ b/docs/manual/mpm.xml.de @@ -1,7 +1,7 @@ - + + - + + + + +