Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a GC in Java that does not introduce latency (stop-the-world) by perhaps running 100% concurrently?

Just curious. I heard something about the new G1GC addressing that latency problem. I can't / don't want to use RTSJ.

Thanks in advance

like image 869
JohnPristine Avatar asked Mar 24 '12 04:03

JohnPristine


1 Answers

You might be interested in something like the Zing JVM.

Azul systems have put a lot of effort into low-latency JVM tuning. I believe there are also some interesting technical papers that explain how this is done.

like image 179
mikera Avatar answered Nov 15 '22 12:11

mikera