interrupts

Turadg Aleahmad <[email protected]>
Newsgroups gmane.comp.java.sisc.devel
Message-ID <[email protected]>
Hi, SISC folk.

I'm having trouble getting interrupts to work.  Before, I would enable 
them with this:
Defaults.DEFAULT_PERMIT_INTERRUPTS = true;

and then trigger one with this:
interpreter.tctx.interrupt = true;


Somewhere along the way, enabling them instead required setting a 
runtime property:
-Dsisc.permitInterupts=true

I've made this change in my system and I am certain because 
"sisc.util.Util.permitInterrupts" is TRUE.

But when I run this Scheme code:
 > (define (go) (go))
 > (go)

and try to break it by setting "interrupt" of the ThreadContext, it 
won't stop.

Should I be doing something differently?  The manual isn't very 
informative on this:
http://sisc.sourceforge.net/manual/html/apd.html#id2954892

(incidentally, "sisc.permitinterrupts" is "sisc.permitInterrupts" in 
later versions)

Thanks,
Turadg




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.