vote up 1 vote down star

I can't find any reference to the 'signal' class being left out in Jython. Using Jython 2.1.

Thanks

flag

80% accept rate

1 Answer

vote up 1 vote down check

I would imagine Unix-style signals are difficult to do on the JVM, since the JVM has no notion of signals, and it is likely some JNI magic would be required to get this to work.

In Jython 2.5, the module exists, but seems to throw NotImplementedError for most functions.

link|flag
ahhhhhhh noooooooooooooooooooooooooooooo – Leonidas Oct 21 at 20:07
is there a workaround that you know of? – Leonidas Oct 21 at 20:08
What are you trying to achieve? – Filip Korling Oct 21 at 20:11
I'm trying implement an execution time-limit on a script, incase infinite loops are encountered or such. – Leonidas Oct 21 at 20:19
@Leonidas: Search for that exact issue as a separate question. It's been asked at least a half-dozen times on SO. – S.Lott Oct 21 at 20:27
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.