From 246129900676910da31a21925cf9053baf8d3fe2 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 9 Aug 2012 14:03:26 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371217 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/event.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/event.xml b/docs/manual/mod/event.xml index 65bcf003fdf..7549f45c9bd 100644 --- a/docs/manual/mod/event.xml +++ b/docs/manual/mod/event.xml @@ -55,7 +55,7 @@ MPM

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 -- 2.47.2