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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.143 by root, Fri Mar 23 00:38:14 2012 UTC vs.
Revision 1.146 by root, Fri Mar 23 21:16:25 2012 UTC

9faq: can't se anything 9faq: can't se anything
10faq: all is asynch 10faq: all is asynch
11faq: how to interface to non-perl nodes? 11faq: how to interface to non-perl nodes?
12 12
13TODO: check gproto, nproto, on connect 13TODO: check gproto, nproto, on connect
14TODO: maybe switch to md5+sha1+sha256 or so...
15TODO: eg/* 14TODO: eg/*
16TODO: #TODO##d# markers 15TODO: #TODO##d# markers
17TODO: dataconn
18TODO: maybe use transport address as node-up reason? maybe remove () from node-up messages?
19TODO: cleaning up nodes when gone? limiting reconnecting speed when unreachable? 16TODO: limiting reconnecting speed when unreachable?
202 172
21 - INCOMPATIBLE CHANGE: the node protocol used by this version is not 18 - INCOMPATIBLE CHANGE: the node protocol used by this version is not
22 compatible to versions <2 - you have to upgrade all nodes. 19 compatible to versions <2 - you have to upgrade all nodes.
23 - INCOMPATIBLE CHANGE: many APIs have changed, see the section 20 - INCOMPATIBLE CHANGE: many APIs have changed, see the section
24 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details. 21 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details.
55 - known_nodes is gone, it has little value, use all_nodes as 52 - known_nodes is gone, it has little value, use all_nodes as
56 replacement. 53 replacement.
57 - lots of small change and improvements. 54 - lots of small change and improvements.
58 - node_is_known has been removed. 55 - node_is_known has been removed.
59 - TRACE now shows the portid on SND. 56 - TRACE now shows the portid on SND.
57 - aggressively reduce number of external modules, to reduce
58 memory usage for nodes.
59 - rework most of the documentation.
60 - clean up MP::Kernel exports.
60 61
611.30 Thu Jun 30 11:30:39 CEST 2011 621.30 Thu Jun 30 11:30:39 CEST 2011
62 - connection errors at the right time would kill node 63 - connection errors at the right time would kill node
63 connections in a bad way (patch by Malcolm Studd). 64 connections in a bad way (patch by Malcolm Studd).
64 65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines