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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.79 by root, Wed Nov 4 21:47:13 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.
8 - fixed AnyEvent::MP::Global::grp_reg to return a guard also 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
9 in scalar context. 54 in scalar context.
10 - try to improve error reporting when automatically loading 55 - try to improve error reporting when automatically loading
11 a function - being unable to load a module will now 56 a function - being unable to load a module will now
12 stop the process and report the error. 57 stop the process and report the error.
13 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines