ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/Changes
(Generate patch)

Comparing AnyEvent-Fork/Changes (file contents):
Revision 1.51 by root, Wed Jan 26 16:44:16 2022 UTC vs.
Revision 1.52 by root, Mon Dec 11 05:34:15 2023 UTC

2TODO: keeping fork objects around after run - problems? 2TODO: keeping fork objects around after run - problems?
3TODO: many forks in a row fail to fork all 3TODO: many forks in a row fail to fork all
4TODO: $AnyEvent::Fork::Template vs. $TEMPLATE 4TODO: $AnyEvent::Fork::Template vs. $TEMPLATE
5TODO: $AnyEvent::Fork::Serve::OWNER expose somehow? 5TODO: $AnyEvent::Fork::Serve::OWNER expose somehow?
6 6
7TODO: document security of infomration passing
71.32 Wed 26 Jan 2022 17:42:30 CET 81.32 Wed 26 Jan 2022 17:42:30 CET
8 - new strategy for reaping children: as local $SIG{CHLD} will 9 - new strategy for reaping children: as local $SIG{CHLD} will
9 reset rather than restore signal handlers, we try to reap 10 reset rather than restore signal handlers, we try to reap
10 children manually in the fork server. This might cause zombies 11 children manually in the fork server. This might cause zombies
11 to stay around for a long time in case there is a race and 12 to stay around for a long time in case there is a race and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines