ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/Changes
Revision: 1.44
Committed: Thu May 12 16:54:01 2016 UTC (8 years ago) by root
Branch: MAIN
CVS Tags: rel-1_3
Changes since 1.43: +3 -0 lines
Log Message:
1.3

File Contents

# Content
1
2 TODO: keeping fork objects around after run - problems?
3 TODO: many forks in a row fail to fork all
4 TODO: $AnyEvent::Fork::Template vs. $TEMPLATE
5
6 1.3 Thu May 12 18:53:37 CEST 2016
7 - the full path to the perl binary is now being passed as argv[0].
8 - talk a bit about using AnyEvent::Fork itself after a fork.
9 - work around perl 5.19 again breaking backwards compatibility.
10 - pod fixes.
11
12 1.2 Wed Sep 25 13:05:09 CEST 2013
13 - ->fork would not clone, but erase the arguments in the parent
14 (analyzed by Christopher Paulicka).
15 - mention AnyEvent::Fork::Remote, and how to be compatible to it
16 in the description of the run method.
17 - AnyEvent::Fork now sets a child watcher for direct children.
18 - clarify that one might need to set a child watcher.
19 - explicitly call exit on eof in children, to hide(!) win32 perl
20 bugs. at least the test suite doesn't complain anymore, but
21 the bug is doubtlessly still there.
22
23 1.1 Sun Apr 28 15:47:38 CEST 2013
24 - (hopefully) remove dependency on common::sense in child code.
25 - make dependency on IO::FDPass dynamic in child code.
26 - actually open "communications socket" for reading AND writing
27 in the child (this does not normally bother syswrite).
28 - allow perl path overriding in new_exec.
29
30 1.0 Sun Apr 21 14:05:33 CEST 2013
31 - implement new_from_fh and to_fh, for easy passing of
32 fork objects among processes (EXPERIMENTAL!).
33 - sabotage the fork object on run or to_fh.
34 - expliticly call exit in child server - not elegant, but
35 doesn't disturb any sane perl, and helps broken win32 perls
36 to clean up.
37 - the write watcher wasn't disabled on write errors.
38
39 0.7 Thu Apr 18 22:16:26 CEST 2013
40 - only set SIGCHLD to IGNORE while serving requests, reset
41 it to the previous value after ->run.
42 - minor docpatches.
43 - mention AnyEvent::Fork::RPC, but not yte AnyEvent::Fork::Pool.
44
45 0.6 Sun Apr 7 00:41:30 CEST 2013
46 - this release mostly updates the documentation.
47 - add fork+exec replacement example to SYNOPSIS.
48 - clarify some eval and run documentation.
49 - defuse the documentation a bit - split synopsis into
50 an example section, and rewor the problem statement.
51
52 0.5 Sat Apr 6 05:30:03 CEST 2013
53 - set $SIG{CHLD} to IGNORE in processes forked to avoid
54 accumulating zombies.
55 - added "typical problems" section.
56 - add some unscientific benchmark numbers to indicate relative
57 performance.
58 - post-benchmark socket writing optimisations :) (fewer syscalls,
59 do more than one write per event loop iteration).
60
61 0.2 Fri Apr 5 21:07:59 CEST 2013
62 - INCOMPATIBLE CHANGE: AnyEvent::Fork::Template no longer exports
63 anything and has renamed the variable.
64 - do not leak the internal watcher as return value from run.
65 - set $0 to run function name, tune existing $0 names as well.
66 - work around a bug in openbsd file descriptor passing on at least
67 4.5 and 4.8. might introduce a security problem on that platform.
68 - switch to the new IO::FDPass module, which also fixes a bug
69 with setting non-blocking mode and gives other improvements.
70 - no longer an XS module.
71
72 0.01 Thu Apr 4 09:23:33 CEST 2013
73 - "technology preview".
74
75 0.00 Fri Mar 29 02:15:20 CET 2013
76 - post planning, pre writing.
77