On tisdag, juli 23, 2002, at 05:37 , Cavanaugh, Joseph wrote:
> > Has anyone seen a memory growth issue when using threads. I have a > program > which sends about a meg of text between two threads every 10 seconds and > then sends out that same data whenever a request comes in via http. The > process ends up being about 250M in size after about 5 minutes. Is > there a > way to force it to "garbage collect"? > > Thanks in advance and if I am missing something .. sorry. > > Hi, Are you sure you are joining or detaching the threads correctly? Otherwise could you provide me with a simple test case I could try and debug. Regards Arthur
