Here is a difficult one for me as somone who has netiter implemented a
signal handler in any language other than Perl and has never been
exposed to JNI.
Python provides the signal(signum, handler) method to set a handler for
a particular signal. However, as java does not support signals in the
core language, a "native method" must be used to implement signal
handlers. Is there some way to provide signal handling capability from
Jython? (in particular for Solaris)
|