[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage Collector Cost
- From: Rob Kendrick <rjek@...>
- Date: Wed, 27 Oct 2010 16:45:21 +0100
On Wed, Oct 27, 2010 at 10:37:09AM +0100, Paul Hudson wrote:
> Every hard real time system has some latency. It depends on the
> requirement if it works for your situation. If it has an upper bound
> it is hard real time in my view
The issue is that even if you can calculate the latency, there's no way
of guarenteeing you'll meet it unless you put off finishing the GC cycle
until next time.
B.
- References:
- Garbage Collector Cost, Alex de Magalhães Machado
- Re: Garbage Collector Cost, Rob Kendrick
- Re: Garbage Collector Cost, Paul Hudson
- Re: Garbage Collector Cost, Juris Kalnins
- Re: Garbage Collector Cost, Alex de Magalhães Machado
- Re: Garbage Collector Cost, Juris Kalnins
- Re: Garbage Collector Cost, Rob Kendrick
- Re: Garbage Collector Cost, Juris Kalnins
- Re: Garbage Collector Cost, Rob Kendrick
- Re: Garbage Collector Cost, Paul Hudson