JMF external MIDI support?

2001-05-30 Thread [EMAIL PROTECTED]
Hi, I'm new to this list. I'm just starting to experiment with JMF on Linux, and I haven't found in any documentation whether external MIDI devices are supported. Is this the right place to ask about this? I'm using the ALSA drivers with OSS emulation. ALSA midi players work fine, as do OSS m

Re: Fwd: Re: Java/Linux at JavaOne

2001-05-30 Thread Christopher Smith
On 31 May 2001 06:45:08 +1000, Jesus M. Salvo Jr. wrote: > > 4) Use JNI to use Linux's various asynch I/O API's. > Option 4) is how BEA WebLogic Server does it, ( I think ). They have this > libmuxer.so ( which is also available for Solaris -- dont know why when JVM > for Solaris makes use of sola

Fwd: Re: Java/Linux at JavaOne

2001-05-30 Thread Jesus M. Salvo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I meant this to be sent to the mailing list, but I selected "Reply" originally instead of "Reply To All" - -- Forwarded Message -- Subject: Re: Java/Linux at JavaOne Date: Wed, 30 May 2001 21:23:46 +1000 From: Jesus M. Salvo Jr. <

Re: Signals, JNI and sigtimedwait()...

2001-05-30 Thread Peter Pilgrim
I guess that the sigtimedwait() is making timeout less than 2 msec or so. This can cause trouble for the GC because it is low priority thread. And your thread is probably using all the processer cycles. You will get into the trouble with Green Threads. Sure. I think you should probably have a T