thread count problem
thread count problem
- Subject: thread count problem
- From: Nick Rogers <email@hidden>
- Date: Tue, 22 Apr 2008 01:33:10 +0530
hi,
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.
Is there something wrong?
Shall I provide more details?
WIshes,
Nick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden