brianp 02/05/06 20:35:34 Modified: . STATUS Log: I *think* "polymorphically" is a word... Revision Changes Path 1.125 +6 -1 apr/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apr/STATUS,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- STATUS 5 May 2002 02:06:48 -0000 1.124 +++ STATUS 7 May 2002 03:35:34 -0000 1.125 @@ -1,5 +1,5 @@ APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- -Last modified at [$Date: 2002/05/05 02:06:48 $] +Last modified at [$Date: 2002/05/07 03:35:34 $] Release: @@ -50,6 +50,11 @@ * The new apr_global_mutex_t lock type must be implemented on all platforms. + + * Almost every API in APR depends on pools, but pool semantics + aren't a good match for a lot of applications. We need to find + a way to support alternate allocators polymorphically without + a significant performance penalty. CURRENT VOTES: