From: Dirk Koopman Date: Fri, 15 May 2020 15:52:03 +0000 (+0100) Subject: various (hopeful) stability changes X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd533381ad4e4cb991dd1b46a0be938c93bbadc7;hp=fd533381ad4e4cb991dd1b46a0be938c93bbadc7;p=spider.git various (hopeful) stability changes 1. Remove Storable from subprocessing, introduce DXSubcommand as a light shim over Mojo::IOLoop::Subprocess. 2. Try to prevent user->put when in a spawned process. Which will likely need more thinking about and more work. 3. Make it clearer where the spawns are coming from. ---