> Phil, > I tried your program on Win 2K and it works fine for me. The > actors are getting garbage collected. If you want a quick result, try > forcing System.gc() as soon you exit the for loop. > > --Shyam > Thanks, a call to System.gc() does the trick.