comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@shell01.TheWorld.com>
Subject: Re: real-time Java
Date: 15 Apr 2003 11:50:29 -0400
Date: 2003-04-15T11:50:29-04:00	[thread overview]
Message-ID: <wccllybiwu2.fsf@shell01.TheWorld.com> (raw)
In-Reply-To: Jj6dnZQ3ZIVegAGjXTWcpg@gbronline.com

Wesley Groleau <wesgroleau@despammed.com> writes:

> Don't know much about it, but I read more than a year ago
> that some company had a JVM with "guaranteed deterministic"
> timing.

I wonder if the machine it runs on (I mean the real one, not the virtual
one) has a cache.

Also, I don't think "deterministic" is quite what you want.
You want some practical way of predicting a worst-case (bounded)
time during which GC locks out other tasks.

> How about a garbage collector in a lower priority
> task that runs continuosly for some percentage of
> CPU time instead of hogging the machine only when
> desperately needed?

That sort of thing can be done, but any GC is going to need *some*
amount of time to do stuff that can't be interrupted.  Designs that
reduce such times often increase the overall overhead, so there's
a tradeoff.

- Bob



  parent reply	other threads:[~2003-04-15 15:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bebbba07.0304101816.3493f42a@posting.google.com>
2003-04-11  6:10 ` real-time Java Kent Paul Dolan
2003-04-11  6:23   ` Dr. Michael Paus
2003-04-17  6:40     ` Kent Paul Dolan
2003-04-17 21:04       ` Robert A Duff
2003-04-11 11:43   ` Tum
2003-04-15  8:17   ` Darren Winsper
2003-04-15  9:23     ` Mark Thornton
2003-04-15 14:57       ` Wesley Groleau
2003-04-15 15:06         ` Mark Thornton
2003-04-15 15:50         ` Robert A Duff [this message]
2003-04-16 23:29           ` Thomas Maslen
2003-04-15 17:59         ` Wojtek Narczynski
2003-04-15 18:43           ` Wesley Groleau
2003-04-15 23:33             ` Samuel Tardieu
2003-04-16  1:07             ` Kent Paul Dolan
2003-04-15 18:47           ` Wesley Groleau
2003-04-16  5:16             ` Tor Iver Wilhelmsen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox