Message9149

Author zyasoft
Recipients pekka.klarck, zyasoft
Date 2014-10-14.17:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413309088.61.0.569561558587.issue2220@psf.upfronthosting.co.za>
In-reply-to
Content
Ack, Java 8 supports the necessary functionality in Process#destroyForcibly; Process#destroy in Java 7 has the wrong doc that says it's forcible and therefore SIGKILL on *nix, but actually it's SIGTERM on such systems.

We can check for destroyForcibly being available, then backoff by trying signal with SIGKILL if we have a pid.
History
Date User Action Args
2014-10-14 17:51:28zyasoftsetmessageid: <1413309088.61.0.569561558587.issue2220@psf.upfronthosting.co.za>
2014-10-14 17:51:28zyasoftsetrecipients: + zyasoft, pekka.klarck
2014-10-14 17:51:28zyasoftlinkissue2220 messages
2014-10-14 17:51:28zyasoftcreate