stas 2004/08/18 17:57:32
Modified: todo release
Log:
update
Revision Changes Path
1.50 +0 -11 modperl-2.0/todo/release
Index: release
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/release,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -u -r1.49 -r1.50
--- release 19 Aug 2004 00:27:09 -0000 1.49
+++ release 19 Aug 2004 00:57:32 -0000 1.50
@@ -52,17 +52,6 @@
the issues and thinks he knows how to fix it, he just needs the time.
owner: geoff
-* Apache::{Server,Process} classes:
- require mutex lock for writing (e.g. $s->(error_fname|error_log)
- Status: most likely some server/process datastructures aren't
- supposed to be modified at request time. So instead of mutex
- locking, we think we should simply have a flag that will be down
- during the startup and will allow methods modifying $s/$proc structs
- (the method will check that flag and if it's up it'll die). At the
- beginning of child_end it'll raise the flag and lower it at the end
- of child_exit.
- owner: stas
-
* Fixing Apache->warn("foo")
Report: http://mathforum.org/epigone/modperl-dev/noxtramcay/[EMAIL PROTECTED]