Close
jGuru Forums
Posted By: Anonymous Posted On: Friday, June 7, 2002 01:12 AM
I want to know if applications threads stop executing while the garbage collector is running.
Thank you in advance.
Re: Does garbage collector run concurrently with another threads?
Posted By: Zac_Jacobson Posted On: Wednesday, July 3, 2002 12:28 PM
If you have a single-processor machine, yes. Even if you have a multi-processor machine, you'd have to have a Java implementation that will take advantage of this for it to run concurrently.
That said, your threads may be put aside at any time for the garbage collector to run.
CheersZac
Posted By: Les_Jones Posted On: Thursday, June 13, 2002 10:10 AM