From 43199c62bee844fd927e6ad7e1c8227df69c5204 Mon Sep 17 00:00:00 2001 From: Radagaisus Date: Sun, 22 Feb 2015 09:12:01 +0200 Subject: [PATCH] fixed typo in docs: simultanously -> simultaneously --- doc/Users guide Apache.txt | 2 +- doc/Users guide Nginx.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Users guide Apache.txt b/doc/Users guide Apache.txt index af60397d02..6d99142ee4 100644 --- a/doc/Users guide Apache.txt +++ b/doc/Users guide Apache.txt @@ -1123,7 +1123,7 @@ be spawned in the background. After 10 seconds, when the idle timeout has been reached, these 3 application processes will not be cleaned up. Now suppose that there's a sudden spike of traffic, and 100 users visit 'foobar.com' -simultanously. Phusion Passenger will start 12 more application processes. After the idle +simultaneously. Phusion Passenger will start 12 more application processes. After the idle timeout of 10 seconds have passed, Phusion Passenger will clean up 12 application processes, keeping 3 processes around. diff --git a/doc/Users guide Nginx.txt b/doc/Users guide Nginx.txt index 9b8aa71988..02c7f7f08f 100644 --- a/doc/Users guide Nginx.txt +++ b/doc/Users guide Nginx.txt @@ -1060,7 +1060,7 @@ In each place, it may be specified at most once. The default value depends on << [[PassengerMaxPoolSize]] ==== passenger_max_pool_size ==== The maximum number of <> that may -simultanously exist. A larger number results in higher memory usage, +simultaneously exist. A larger number results in higher memory usage, but improves the ability to handle concurrent HTTP requests. The optimal value depends on your system's hardware and your workload. You can learn more at the Phusion article link:http://blog.phusion.nl/2013/03/12/tuning-phusion-passengers-concurrency-settings/[Tuning Phusion Passenger's concurrency settings]. @@ -1115,7 +1115,7 @@ be spawned in the background. After 10 seconds, when the idle timeout has been reached, these 3 application processes will not be cleaned up. Now suppose that there's a sudden spike of traffic, and 100 users visit 'foobar.com' -simultanously. Phusion Passenger will start 12 more application processes. After the idle +simultaneously. Phusion Passenger will start 12 more application processes. After the idle timeout of 10 seconds have passed, Phusion Passenger will clean up 12 application processes, keeping 3 processes around.