You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/03/03 22:03:33 UTC

cvs commit: modperl-2.0/todo features_optimization

stas        2004/03/03 13:03:33

  Modified:    todo     features_optimization
  Log:
  * consider using the temp pool for things that are needed only during
    the configuration and can be dropped before the actual serving is
    started. that pool gets destroyed right after the post-config phase
    is over.
  
  Revision  Changes    Path
  1.2       +5 -0      modperl-2.0/todo/features_optimization
  
  Index: features_optimization
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/features_optimization,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- features_optimization	9 Feb 2004 23:00:12 -0000	1.1
  +++ features_optimization	3 Mar 2004 21:03:33 -0000	1.2
  @@ -2,6 +2,11 @@
   # working features but requiring optimization #
   ###############################################
   
  +* consider using the temp pool for things that are needed only during
  +  the configuration and can be dropped before the actual serving is
  +  started. that pool gets destroyed right after the post-config phase
  +  is over.
  +
   * currently when ithreads-enabled perl is used anon-sub handlers are
     always deparsed and non-cached. there are several cases when this
     can be optimized. See modperl_handler_new_anon in modperl_handler.c