gstein 2003/06/25 14:50:53 Added: docs pool-design.html Log: move serf's pool-design.txt here as part of the actual APR docs. Revision Changes Path 1.1 apr/docs/pool-design.html Index: pool-design.html =================================================================== Using APR Pools
Last modified at [$Date: 2003/06/25 21:50:16 $]

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