--- AnyEvent-MP/Changes 2009/09/09 21:13:03 1.62 +++ AnyEvent-MP/Changes 2009/09/11 02:32:23 1.63 @@ -1,15 +1,14 @@ 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: fix the "trying to contatc node under wrogn address" problem. + - 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 @@ -27,6 +26,8 @@ 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)