Skip to content

Commit

Permalink
Merge pull request #1385 from Radagaisus/master
Browse files Browse the repository at this point in the history
Fixed typo in docs: simultanously -> simultaneously
  • Loading branch information
OnixGH committed Mar 31, 2015
2 parents 76d7db9 + 43199c6 commit 2392e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Users guide Apache.txt
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions doc/Users guide Nginx.txt
Expand Up @@ -1072,7 +1072,7 @@ In each place, it may be specified at most once. The default value depends on <<
[[PassengerMaxPoolSize]]
==== passenger_max_pool_size <integer> ====
The maximum number of <<application_process,application processes>> 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].
Expand Down Expand Up @@ -1127,7 +1127,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.

Expand Down

0 comments on commit 2392e27

Please sign in to comment.