Cocoa: NSOpenPanel Threads

Posted by Craig on Stack Overflow See other posts from Stack Overflow or by Craig
Published on 2009-06-15T18:21:35Z Indexed on 2010/05/05 5:08 UTC
Read the original article Hit count: 201

Filed under:
|

I am monitoring my application using Activity Monitor and whenever NSOpenPanel is called the application appears as having 9 threads and stays like that until the application is closed.

Is there a way to release those threads?, Or am I simply misunderstanding what the threads number means?, surely it isn't a good thing to have them open for no reason.

Any help would be appreciated

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about multithreading