Message8969

Author zyasoft
Recipients mb_, zyasoft
Date 2014-09-08.01:32:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410139942.07.0.870300377372.issue2157@psf.upfronthosting.co.za>
In-reply-to
Content
We use http://docs.oracle.com/javase/7/docs/api/java/lang/Process.html#destroy()

This is better documented here:
http://docs.oracle.com/javase/8/docs/api/java/lang/Process.html#destroy--

My understanding is that for Unix-like systems, destroy uses SIGTERM and destroyForcibly (available in Java 8, not yet used by Jython although we should use if available) uses SIGKILL.
History
Date User Action Args
2014-09-08 01:32:22zyasoftsetmessageid: <1410139942.07.0.870300377372.issue2157@psf.upfronthosting.co.za>
2014-09-08 01:32:22zyasoftsetrecipients: + zyasoft, mb_
2014-09-08 01:32:21zyasoftlinkissue2157 messages
2014-09-08 01:32:21zyasoftcreate