Message10525

Author zyasoft
Recipients teeohhem, zyasoft
Date 2015-12-09.01:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449625710.48.0.715830250357.issue2440@psf.upfronthosting.co.za>
In-reply-to
Content
This has been a major wish list item for a while on the JVM; but see this in the corresponding JRuby project:

"JRuby doesn't implement fork() on any platform, including those where fork() is available in MRI. This is due to the fact that most JVMs cannot be safely forked."

https://github.com/jruby/jruby/wiki/DifferencesBetweenMriAndJruby#fork-is-not-implemented

For such purposes, Jython should be considered to be much like Python on Windows - no fork available. Subprocess is often, but not always, the same - think of daemonization, inherited file handles, etc.
History
Date User Action Args
2015-12-09 01:48:30zyasoftsetmessageid: <1449625710.48.0.715830250357.issue2440@psf.upfronthosting.co.za>
2015-12-09 01:48:30zyasoftsetrecipients: + zyasoft, teeohhem
2015-12-09 01:48:30zyasoftlinkissue2440 messages
2015-12-09 01:48:29zyasoftcreate