java - Where is parallel gc is used? -


can answer me,please, parallel gc used?

i reading article:

http://blog.takipi.com/garbage-collectors-serial-vs-parallel-vs-cms-vs-the-g1-and-whats-new-in-java-8/

and there "the parallel collector best suited apps can tolerate application pauses , trying optimize lower cpu overhead caused collector".

but exact examples can in case? thanks.

almost applications can cope short pauses. rather asking applications can cope pause, should asking applications cannot cope pause.

applications can't cope pause ones have directly interact real world , have in real time. machines , robots best example of this. instance, don't want abs on car paused garbage collection when slam on brakes in emergency.

having said that, typical example of application can cope pause desktop application. fraction of second takes display menu or respond button click go unnoticed user.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -