On Dec 12, 2007, at 6:16 AM, Plüm, Rüdiger, VF-Group wrote:
The connection memory pool was a different memory pool before. It was
the memory pool of the front end connection. Now it is the memory pool
of the backend connection pool connection. See also
http://svn.apache.org/viewvc?view=rev&revision=603237
http://svn.apache.org/viewvc?view=rev&revision=602542
If we would use r->connection->pool instead of r->pool it would be
exactly the
same as before the two revisions above, but regarding the pool
livetimes I
think r->connection->pool lives too long and thus using r->pool
wastes less
memory.
This is all based on not even looking at these changes, so I
may be blowing smoke. But certainly the backend connection
pool lasts longer than the initial request that "bootstrapped"
that connection, right? So if we creating the backend stuff
out of r->pool, then for sure that can't be right...