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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.76 by root, Tue Oct 6 19:39:04 2009 UTC vs.
Revision 1.101 by root, Sat Mar 13 00:11:37 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 jsonxyz#d#
12 - avoid exceptions in the transport code if the connection
13 fails during TLS negotiation.
14 - add hints how to interface to aemp nodes from other programming
15 languages using the aemp protocol in AnyEvent::MP::Transport
16 (it can really be quite simple).
17 - handle unsupported remote framings more gracefully.
18
191.26 Wed Dec 30 16:48:37 CET 2009
20 - INCOMPATIBLE CHANGE: the high-level node protocol changed,
21 all nodes need to upgrade.
22 - remote kil's did not work (reported by Eugene Grigoriev).
23 - documented monitor_timeout, connect_interval, auth_offer,
24 auth_accept, framing_format, autocork and nodelay options
25 and make them configurable via bin/aemp.
26 - some doc updates.
27 - remote kil's were not synchronous to message sends which affected
28 nobody, as remote kils were broken.
29 - remote mon/unmonitor requests were not synchronous to message
30 sends either sometimes, although it likely didnt matter.
31
321.24 Wed Dec 9 14:59:52 CET 2009
33 - codename "the foul egg".
34 - increased "unmonitored local port died" message level to 2, so
35 it is displayed by default now.
36 - generate random seed at configure time, not module loading time,
37 so fork&configure works as expected.
38 - decreased "seed"-related message priority in Global from 0 (d'oh)
39 to 9, as they are not signifcant.
40 - new experimental module AnyEvent::MP::DataConn to establish
41 additional data connections between nodes.
42 - bin/aemp now loads AnyEvent::Watchdog::Util before trying
43 to call restart.
44 - bin/aemp setcert didn't properly handle the filename argument.
45 - removed empty and unused timeout= parameter from protocol greeting.
46
471.23 Fri Nov 6 18:46:26 CET 2009
48 - listener-less nodes were misinformed by their masters about
49 the location of new nodes, and therefore didn't connect
50 properly in all cases.
51 - messages send during node-up processing could sometimes get lost,
52 which would hamper global's ability to mesh the network.
53 - fixed AnyEvent::MP::Global::grp_reg to return a guard also
54 in scalar context.
55 - fixed AnyEvent::MP::Kernel::mon_nodes to return a guard also
56 in scalar context.
57 - try to improve error reporting when automatically loading
58 a function - being unable to load a module will now
59 stop the process and report the error.
60
611.22 Sat Oct 17 03:41:47 CEST 2009
62 - fix two rcv-bugs: after adding a tagged rcv, the default
63 callback would not be used or changed anymore (reported
64 by Felix Antonius Wilhelm Ostmann, with apologies for
65 taking so long to releae the fix).
8 - added Coro::MP introduction to AnyEvent::MP::Intro. 66 - added Coro::MP introduction to AnyEvent::MP::Intro.
9 - add peval function. 67 - add peval function.
10 68
111.21 Mon Oct 5 21:58:36 CEST 2009 691.21 Mon Oct 5 21:58:36 CEST 2009
12 - always delay kil messages. 70 - always delay kil messages.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines