--- AnyEvent-MP/Changes 2009/08/30 09:24:09 1.30 +++ AnyEvent-MP/Changes 2009/09/08 13:46:25 1.60 @@ -1,14 +1,61 @@ Revision history for AnyEvent::MP -TODO: node-down = node-nuke -TODO: memleaks? +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. + - renamed AnyEvent::MP::Global functions to grp_reg|get|mon. + - 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 + it can return before invoking the init function. + - break endless recursion between ping-pong ports on the local + node after ~50 iterations. + - support JSON-encoded aemp arguments. + - added aemp restart. + - support for starting init functions with parameters added. + - data_format, auth_offer and auth_accept are now configurable, albeit + not documented. + - new service: AnyEvent::MP::LogCatcher. + - rely on perl srand'ing better than we could. + - 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. + +1.0 Wed Sep 2 20:40:43 CEST 2009 + - randomise more connection times, but reduce delay to 0.2s (seeds) + and 0.05s (normal connects). + - upgrade to and require AnyEvent::Watchdog 1.0. + +0.95 Mon Aug 31 22:03:55 CEST 2009 + - tutorial finally covers all the basics, maybe not optimally, but it + is covered. + - rename initialise_node to configure and accepts key => value + pairs for configuration. + - give aemp a full manpage. - bin/aemp now expects comma-separated lists and supports multiple subcommands. + - new aemp eval subcommand. + - new aemp parent subcommand. + - nodes get freed when no longer needed. + - support "*" hostname to specify all local interface addresses + (without localhost etc.). + - support "*" port to specify a dynamically-assigned port (which + is the default now). + - fix per-transport memory leak. 0.9 Sat Aug 29 18:47:45 CEST 2009 - tutorial was updated to reflect the current API, but - doe snot touch monitoring yet. + does not touch monitoring yet. - got rid of noderefs and slave nodes entirely, introduce free-text node identifiers and anonymous nodes. - document security issues with tls_anon method and introduce