Re: NSTask not cleaning up it's threads

2008-10-15 Thread C. Tearpak
Thanks for your insight, Ken. It's very possible that you are right, though I haven't tried your suggestions, especially since you are mentioning the wait parameter. I am normally a C# / .NET programmer by day, with other experience in Java, so the RunLoop and Timer are still somewhat

Re: NSTask not cleaning up it's threads

2008-10-15 Thread Ken Thomases
On Oct 15, 2008, at 3:25 AM, C. Tearpak wrote: Thanks for your insight, Ken. You're welcome. It's very possible that you are right, though I haven't tried your suggestions, especially since you are mentioning the wait parameter. Sorry, I didn't mean to be confusing. The -

NSTask not cleaning up it's threads

2008-10-14 Thread C Tearpak
Hi there all, I am relatively new, and from what I can tell, I am doing the following correctly using GC (required) on my XCode Project. The following is a test application that demonstrates what I am seeing. If you look at the application in Activity monitor, you will see the threads go up

Re: NSTask not cleaning up it's threads

2008-10-14 Thread Ken Thomases
On Oct 14, 2008, at 6:43 AM, C Tearpak wrote: The following is a test application that demonstrates what I am seeing. If you look at the application in Activity monitor, you will see the threads go up every second. Is there something that I am missing? For a long-running application that