doesnt this type of application usually get written in ADA? Didnt NASA
have some rights to ADA also?
Anyhow, java has a buggy garbage collection. I woudlnt advise it as its
not always predictable when the garbage collection will run, thus
leaving many problems with relation to free memory. I have had bad
experiences with apps which have many, many threads, and others which
create many objects.