On fre, 2004-05-28 at 08:47, Joern Nettingsmeier wrote:
> i think the question is, how do you program real-time applications
> in java? you'd need to switch off the garbage collector entirely
> when the real-time thread runs, and only activate it when the system
> has cycles to spare. how do yo
Jens Gulden wrote:
Hi Jens,
Jens M Andreasen schrieb:
This might be totally unrelated, but how do you avoid garbage-collection
kicking in at random?
It kind of is unrelated...
But do you know about the functionality of package "java.lang.ref"? The
API-doc says:
Package java.lang.ref Description
Hi Jens,
Jens M Andreasen schrieb:
This might be totally unrelated, but how do you avoid garbage-collection
kicking in at random?
It kind of is unrelated...
But do you know about the functionality of package "java.lang.ref"? The
API-doc says:
Package java.lang.ref Description
Provides reference
Hi Jens!
This might be totally unrelated, but how do you avoid garbage-collection
kicking in at random?
mvh // Jens M Andreasen (making noise)
On ons, 2004-05-26 at 20:18, Jens Gulden wrote:
> Hello,
>
> JJack 0.1 - Java bridge API for JACK has initially been released.
>
> http://jjack.berlio
Hello,
JJack 0.1 - Java bridge API for JACK has initially been released.
http://jjack.berlios.de/
JJack is a framework for the Java programming language that allows
creating and running portable audio processor clients for the JACK Audio
Connection Kit.
There are 3 alternative ways to run JJack