
humbedooh at apache
Aug 9, 2012, 7:03 AM
Post #1 of 1
(26 views)
Permalink
|
|
svn commit: r1371217 - /httpd/httpd/branches/2.2.x/docs/manual/mod/event.xml
|
|
Author: humbedooh Date: Thu Aug 9 14:03:26 2012 New Revision: 1371217 URL: http://svn.apache.org/viewvc?rev=1371217&view=rev Log: typo fix Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/event.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/event.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/event.xml?rev=1371217&r1=1371216&r2=1371217&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/event.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/event.xml Thu Aug 9 14:03:26 2012 @@ -55,7 +55,7 @@ MPM</description> <p>This MPM tries to fix the 'keep alive problem' in HTTP. After a client completes the first request, the client can keep the connection open, and send further requests using the same socket. This can - save signifigant overhead in creating TCP connections. However, + save significant overhead in creating TCP connections. However, Apache traditionally keeps an entire child process/thread waiting for data from the client, which brings its own disadvantages. To solve this problem, this MPM uses a dedicated thread to handle both
|