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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.70 by root, Thu Oct 1 20:51:16 2009 UTC vs.
Revision 1.100 by root, Thu Mar 11 19:20:56 2010 UTC

1Revision history for AnyEvent::MP 1Revision history for AnyEvent::MP
2 2
3TODO: testsuite 3TODO: testsuite
4TODO: intro: maybe simple job pool example? 4TODO: intro: maybe simple job pool example?
5TODO: intro: mention watchdog... 5TODO: intro: mention watchdog...
6TODO: use gvpe method of making contact, if possible.
7 6
7faq: can't se anything
8faq: all is asynch
9faq: how to interface to non-perl nodes?
10
11TODO: optimised json transport#d#
12 - add hints how to interface to aemp nodes from other programming
13 languages using the aemp protocol in AnyEvent::MP::Transport
14 (it can really be quite simple).
15 - handle unsupported remote framings more gracefully.
16
171.26 Wed Dec 30 16:48:37 CET 2009
18 - INCOMPATIBLE CHANGE: the high-level node protocol changed,
19 all nodes need to upgrade.
20 - remote kil's did not work (reported by Eugene Grigoriev).
21 - documented monitor_timeout, connect_interval, auth_offer,
22 auth_accept, framing_format, autocork and nodelay options
23 and make them configurable via bin/aemp.
24 - some doc updates.
25 - remote kil's were not synchronous to message sends which affected
26 nobody, as remote kils were broken.
27 - remote mon/unmonitor requests were not synchronous to message
28 sends either sometimes, although it likely didnt matter.
29
301.24 Wed Dec 9 14:59:52 CET 2009
31 - codename "the foul egg".
32 - increased "unmonitored local port died" message level to 2, so
33 it is displayed by default now.
34 - generate random seed at configure time, not module loading time,
35 so fork&configure works as expected.
36 - decreased "seed"-related message priority in Global from 0 (d'oh)
37 to 9, as they are not signifcant.
38 - new experimental module AnyEvent::MP::DataConn to establish
39 additional data connections between nodes.
40 - bin/aemp now loads AnyEvent::Watchdog::Util before trying
41 to call restart.
42 - bin/aemp setcert didn't properly handle the filename argument.
43 - removed empty and unused timeout= parameter from protocol greeting.
44
451.23 Fri Nov 6 18:46:26 CET 2009
46 - listener-less nodes were misinformed by their masters about
47 the location of new nodes, and therefore didn't connect
48 properly in all cases.
49 - messages send during node-up processing could sometimes get lost,
50 which would hamper global's ability to mesh the network.
51 - fixed AnyEvent::MP::Global::grp_reg to return a guard also
52 in scalar context.
53 - fixed AnyEvent::MP::Kernel::mon_nodes to return a guard also
54 in scalar context.
55 - try to improve error reporting when automatically loading
56 a function - being unable to load a module will now
57 stop the process and report the error.
58
591.22 Sat Oct 17 03:41:47 CEST 2009
60 - fix two rcv-bugs: after adding a tagged rcv, the default
61 callback would not be used or changed anymore (reported
62 by Felix Antonius Wilhelm Ostmann, with apologies for
63 taking so long to releae the fix).
64 - added Coro::MP introduction to AnyEvent::MP::Intro.
65 - add peval function.
66
671.21 Mon Oct 5 21:58:36 CEST 2009
68 - always delay kil messages.
69 - remote monitor requests were never cleaned up (found by
70 Sadrak and analysed by elmex).
71 - move $VERSION to AnyEvent::MP and AnyEvent::MP only.
72
731.2 Thu Oct 1 22:59:35 CEST 2009
8 - fix a rather big bug where message processing could be 74 - fix a rather big bug where message processing could be
9 inhibited completely. 75 inhibited completely.
10 - grp_mon could not return a guard due to a typo. 76 - grp_mon could not return a guard due to a typo.
11 - implement primitive aemp shell. 77 - implement primitive aemp shell.
12 - do not use bound address as listen length (reported by 78 - do not use bound address as listen length (reported by

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines