Now, JBoss has worker threads that process incoming requests, AND I
spawn my own threads to handle the actual image processing. Do the
sub-threads need AutoreleasePools as well ?
Correct, any thread will need its own autorelease pool.
Cocoa doesn't have the concept of "sub-threads" per se (I don't know
about Java here). Each thread is its own entity in Cocoa, and will need
a unique pool.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden