X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=745ea5ff487115d80a148ae01bdbdc1ceb92e834;hb=9d190c7619d08c4d2e82b8ec3a9e5c84dac9b26a;hp=1d501d207f007638068a5a3c32528f5cef6c2d27;hpb=3b932bf2afb86d5373c68ada44bb8f5eb642514f;p=spider.git diff --git a/Changes b/Changes index 1d501d20..745ea5ff 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +17May20======================================================================= +1. Backport DXSubprocess to change serialisations. + Currently the internals of Mojo::IOLoop::Subprocess defaults to + using Storeable as its cross-process argument and data serialisaion + method. It can use others. This update reverts back to the + original ForkCall method of using JSON. 10May20======================================================================= 1. Added basic changes so that users *could* have multiple connections to the same node if it is allowed. This is work in progress and is there to see