Re: [ADVANCED-DOTNET] ThreadPool.QueueUserWorkItem Memory Problems

2004-06-07 Thread Sam Ang
WaitCallback class ? Are you creating a "WaitCallback" class for each queue item? --- Paul Johansen <[EMAIL PROTECTED]> wrote: > I have implemented a multithreaded solution where I > am calling > ThreadPool.QueueUserWorkItem and I am passing both > the WaitCallback > class (using a method called

Re: [ADVANCED-DOTNET] ThreadPool.QueueUserWorkItem Memory Problems

2004-06-07 Thread Sam Ang
How about setting your state object to null at the end of your PostData? sam --- Paul Johansen <[EMAIL PROTECTED]> wrote: > I have implemented a multithreaded solution where I > am calling > ThreadPool.QueueUserWorkItem and I am passing both > the WaitCallback > class (using a method called PostDa