stas 2004/09/14 13:13:18
Modified: todo features_missing release Log: child_terminate is a showstopper for 2.0 release Revision Changes Path 1.8 +0 -5 modperl-2.0/todo/features_missing Index: features_missing =================================================================== RCS file: /home/cvs/modperl-2.0/todo/features_missing,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- features_missing 14 Sep 2004 20:09:55 -0000 1.7 +++ features_missing 14 Sep 2004 20:13:18 -0000 1.8 @@ -57,11 +57,6 @@ with dirname $r->filename. consider overriding open() to resolve relative filenames. -* $r->child_terminate: - haven't looked into this, but clearly not an option with threaded - mpms. might consider knocking off the current PerlInterpreter - instead. - * $r->log_reason: should be simple, see modperl_log.h (currently aliased to log_error in compat.pm) 1.56 +7 -0 modperl-2.0/todo/release Index: release =================================================================== RCS file: /home/cvs/modperl-2.0/todo/release,v retrieving revision 1.55 retrieving revision 1.56 diff -u -u -r1.55 -r1.56 --- release 9 Sep 2004 22:16:38 -0000 1.55 +++ release 14 Sep 2004 20:13:18 -0000 1.56 @@ -4,6 +4,13 @@ -- see also todo/api_status +* $r->child_terminate: + - a must to be able to port Apache::SizeLimit, which is a + showstopper for many mp1 users wanting to move to mp2. + - clearly not an option with threaded mpms. might consider knocking + off the current PerlInterpreter instead. so for now may just support + prefork mpm. + * docs/install/install.pod:=head2 Configuring mod_perl should be rewritten to clearly explain how to build static and dynamic mod_perl (each separately).