--- AnyEvent-MP/Changes 2009/09/08 13:46:25 1.60 +++ AnyEvent-MP/Changes 2009/09/22 09:38:27 1.67 @@ -1,19 +1,21 @@ Revision history for AnyEvent::MP -TODO: global protocol fix? -TODO: use seednodes only to broadcast? TODO: testsuite TODO: intro: maybe simple job pool example? TODO: intro: mention watchdog... -TODO: group monitoring -TODO: cal, cal_func -TODO: mon_nodes should init-call for all up nodes -TODO: better autoseeding, timout*(nconnect+1) -TODO: fix the "trying to contatc node under wrogn address" problem. -2009-09-08 03:58:42 <9> trying connect to seed node 10.0.0.18:4040. -2009-09-08 03:58:42 <9> 10.0.0.18:4040 frank already connected, not connecting again. +TODO: use gvpe method of making contact, if possible. + - grp_mon could not return a guard due to a typo. + - implement primitive aemp shell. + - do not use bound address as listen length (reported by + Felix Antonius Wilhelm Ostman). + +1.1 Fri Sep 11 04:34:03 CEST 2009 + - bumped the transport protocol to version 1 - sorry, but there + were too many bugfixes/changes. + - new function AnyEvent::MP::cal for simple rpc. - renamed AnyEvent::MP::Global functions to grp_reg|get|mon. + - implemented monitoring for Global groups. - removed all userspace time-outs from the transport, instead rely on tcp retransmit timeouts and tcp keepalive. - spawn now delays spawns on the local node artificially, so @@ -30,6 +32,9 @@ - try to backport to 5.8.2, unfortunately, recursive dependencies rely on Module::Build, which fails at 5.8.7, so YMMV. - use a vastly different reseeding strategy. + - use seed nodes to notify nodes about new nodes. + - in the case where a ndoe learns new addresses after it tried + connecting, prefer the new addrseses over the old ones. 1.0 Wed Sep 2 20:40:43 CEST 2009 - randomise more connection times, but reduce delay to 0.2s (seeds)