Graham Wakefield wrote:That's really too bad; here's my vote for adding the thread reset API.So, if I can't re-use the thread, how can I at least free it to allowits resources and variables allocated to be collected? Is thispossible?If there are no references to it, and it has references to thingsotherwise unreferenced, then those things will get garbagecollected along with the thread.So just delete any reference to it which you have and itwill all get cleaned up.