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 2002/08/15 18:16:25 UTC

cvs commit: modperl-2.0/ModPerl-Registry TODO

stas        2002/08/15 09:16:24

  Modified:    ModPerl-Registry TODO
  Log:
  issues that have been taken care of
  
  Revision  Changes    Path
  1.8       +1 -9      modperl-2.0/ModPerl-Registry/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/TODO,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TODO	7 Dec 2001 18:12:17 -0000	1.7
  +++ TODO	15 Aug 2002 16:16:24 -0000	1.8
  @@ -6,15 +6,11 @@
   
   ### bugs ###
   
  -- prototyping sub handler($$) segfaults on request
  -
   - consider not to use $$ in debug tracing. Not all platforms give out
     a different pid for different threads.
   
   ### missing features ###
   
  -- need to properly handle HEAD requests 
  -
   - need to port $Apache::__T, to test against when user supplies -T flag.
   
   - port Apache::PerlRunXS
  @@ -53,10 +49,6 @@
   
   ### optimizations ###
   
  -- $o->[CLASS] of the subclass is known at compile time, so should
  -  create the subs using $o->[CLASS] on the fly for each subclass
  -  which wants them
  -
   - currently the default is to strip __DATA__|__END__ and everything
     after that, which incurs a little overhead because of the s/// on
     the contents of the file. This "feature" wasn't in 1.x, so may
  @@ -88,7 +80,7 @@
   
   - could also try to privide an optional workaround for the problem
     with libs collisions as explained here:
  -  http://perl.apache.org/guide/porting.html#Name_collisions_with_Modules_and
  +  http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and
   
   - It's a known kludge with mod_perl scripts coming from mod_cgi which
     use -M for file mtime comparisons, but are not aware of the fact