Re: Threads & interrupt

1999-11-14 Thread Daniel Dulitz
ruptedException. It's trickier for the other interruption-related exceptions, but you can usually find a way to do what you want. Best, daniel dulitz Valley Technologies, Inc. Peak Performance Real-Time DSP State College, PA ---

Re: Java and Endianess

1999-05-08 Thread Daniel Dulitz
That's not worth it, because: You are asking for something very strange, used only with the native interface, and even then used only when trying to pass *byte arrays* as integers. As noted above, MSB/LSB-based packing schemes do not need the capability you are asking for. Best, daniel dulitz Valley Technologies, Inc. Peak Performance Real-Time DSP State College, PA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: examples of creating a new object in jni?

1999-03-06 Thread Daniel Dulitz
] containing the arguments to the constructor, and call the newInstance(Object []) method. Best, daniel dulitz Valley Technologis, Inc.Peak Performance Real-Time DSP State College, PA -- To UNSUBSCRIBE, email

Re: open, read, ioctl calls in java?

1999-03-06 Thread Daniel Dulitz
tl() sleeps. (When calling read() and write() from native code under green_threads, you can link against wrapper functions that transfer control to another thread instead of blocking. Unfortunately, since there's no way to predict whether an ioctl() will block--since it's not "supposed&

Re: Slow loading on AMD Elan 486

1999-03-03 Thread Daniel Dulitz
get reasonable performance? Is it loading anything over the network, or trying to? Lots of unanswered questions. Best, daniel dulitz Valley Technologies, Inc. Peak Performance Real-Time DSP State College, PA --