stas 2004/03/03 17:04:28
Modified: todo features_optimization Log: can optimize modperl_callback_current_callback_(set|get) Revision Changes Path 1.3 +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.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- features_optimization 3 Mar 2004 21:03:33 -0000 1.2 +++ features_optimization 4 Mar 2004 01:04:28 -0000 1.3 @@ -2,6 +2,11 @@ # working features but requiring optimization # ############################################### +* optimize modperl_callback_current_callback_(set|get) to use + numerical equivalents of the phase names, instead of doing expensive + memory allocs and string comparison operations. And only give the + real string in the perl get API. + * 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