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.147 by root, Sat Mar 24 00:48:53 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?
17TODO: multiple profiles? also some default profiles?
18TODO: use seed code to keep conenctions to nodes?
202 192
21 - INCOMPATIBLE CHANGE: the node protocol used by this version is not 20 - INCOMPATIBLE CHANGE: the node protocol used by this version is not
22 compatible to versions <2 - you have to upgrade all nodes. 21 compatible to versions <2 - you have to upgrade all nodes.
23 - INCOMPATIBLE CHANGE: many APIs have changed, see the section 22 - INCOMPATIBLE CHANGE: many APIs have changed, see the section
24 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details. 23 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details.
55 - known_nodes is gone, it has little value, use all_nodes as 54 - known_nodes is gone, it has little value, use all_nodes as
56 replacement. 55 replacement.
57 - lots of small change and improvements. 56 - lots of small change and improvements.
58 - node_is_known has been removed. 57 - node_is_known has been removed.
59 - TRACE now shows the portid on SND. 58 - TRACE now shows the portid on SND.
59 - aggressively reduce number of external modules, to reduce
60 memory usage for nodes.
61 - rework most of the documentation.
62 - clean up MP::Kernel exports.
60 63
611.30 Thu Jun 30 11:30:39 CEST 2011 641.30 Thu Jun 30 11:30:39 CEST 2011
62 - connection errors at the right time would kill node 65 - connection errors at the right time would kill node
63 connections in a bad way (patch by Malcolm Studd). 66 connections in a bad way (patch by Malcolm Studd).
64 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines