From e8ec7aa8e38a93f5b034ac74cebce5de23710317 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 01:45:08 -0500 Subject: upload http JIRA: BOTTLENECK-10 Change-Id: I7598427ff904df438ce77c2819ee48ac75ffa8da Signed-off-by: hongbotian --- .../httpd-2.0.64/srclib/apr/docs/pool-design.html | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 rubbos/app/httpd-2.0.64/srclib/apr/docs/pool-design.html (limited to 'rubbos/app/httpd-2.0.64/srclib/apr/docs/pool-design.html') diff --git a/rubbos/app/httpd-2.0.64/srclib/apr/docs/pool-design.html b/rubbos/app/httpd-2.0.64/srclib/apr/docs/pool-design.html new file mode 100644 index 00000000..d862ff9c --- /dev/null +++ b/rubbos/app/httpd-2.0.64/srclib/apr/docs/pool-design.html @@ -0,0 +1,100 @@ + + + Using APR Pools + + +
+ Last modified at [$Date: 2004-11-24 23:02:04 +0000 (Wed, 24 Nov 2004) $] +
+ +

Using APR Pools

+ +

+ From Subversion, we + have learned a lot about how to use pools in a heavily + structured/object-based environment. + Apache httpd is a + completely different beast: "allocate a request pool. use + it. destroy it." +

+ +

+ In a complex app, that request-style of behavior is not + present. Luckily, the "proper" use of pools can be described in + just a few rules: +

+ + + +
+
Greg Stein
+ + +Last modified: Wed Jun 25 14:50:19 PDT 2003 + + + -- cgit 1.2.3-korg