Message3976

Author zyasoft
Recipients cheeming, glyph, mboersma, mcella, pjenvey, zyasoft
Date 2008-12-29.08:02:50
SpamBayes Score 0.03701068
Marked as misclassified No
Message-id <1230537773.73.0.355126346323.issue1074@psf.upfronthosting.co.za>
In-reply-to
Content
Initial support for signal based on Glyph's patch is committed in r5805,
not without controversy; see
http://pylonshq.com/irclogs/%23jython/%23jython.2008-12-28.log.html

Note this also included os.kill, os.wait, os.waitpid.

sun.misc.Signal obviously has portability concerns. It might be possible
to do this jna-posix. For the moment, JRuby in SunSignalFacade.java has
chosen to use sun.misc.Signal, so that's an interesting data point.
History
Date User Action Args
2008-12-29 08:02:53zyasoftsetmessageid: <1230537773.73.0.355126346323.issue1074@psf.upfronthosting.co.za>
2008-12-29 08:02:53zyasoftsetrecipients: + zyasoft, pjenvey, mboersma, cheeming, glyph, mcella
2008-12-29 08:02:53zyasoftlinkissue1074 messages
2008-12-29 08:02:53zyasoftcreate