Froce garbage collection
Is there any other way to force garbage collection besidessystem.gc()Runtime.ExcuteFinalization()I know thoes still does not guranteen garbage collection. How to improve performace to maximize the possibility for garbage collection?Thanks
[280 byte] By [
nuonuoxua] at [2007-10-1 5:36:42]

U r question carries the answerU cannot force garbage collectionThough u can use System.gc() , there is no guarantee if there is a grabage collection happened actually :-)I guess, the performance problem seems to related to hardware