Skip navigation.
 
mlRe: thread count problem
FROM : Sean McBride
DATE : Mon Apr 21 22:30:00 2008

On 4/22/08 1:33 AM, Nick Rogers said:

>when I run my cocoa app, Activity monitor shows it having 2 threads, 
>and thats ok, cause I'm running one POSIX thread with the start of 
>the app and which remains till the app is exited.
>The problem is when I detach a new NSThread, from which I'm calling 
>"performSelectorOnMainThread:" frequently, the thread count goes to 
>4. and when this new NSThread finishes, the thread count comes to 3 
>and not 2. And it stays 3.


Are you putting Cocoa in multithreaded mode before creating your
pthread?  See:
<http://developer.apple.com/documentation/Cocoa/Conceptual/
Multithreading/CreatingThreads/chapter_4_section_4.html#//apple_ref/doc/
uid/20000738-125024
>

--
____________________________________________________________
Sean McBride, B. Eng                <email_removed>
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada

Related mailsAuthorDate
mlthread count problem Nick Rogers Apr 21, 22:03
mlRe: thread count problem David Duncan Apr 21, 22:22
mlRe: thread count problem Scott Ribe Apr 21, 22:23
mlRe: thread count problem Navneet Kumar Apr 21, 22:25
mlRe: thread count problem Sean McBride Apr 21, 22:30