NSURL and thread proliferation
NSURL and thread proliferation
- Subject: NSURL and thread proliferation
- From: m <email@hidden>
- Date: Fri, 4 Jun 2004 18:50:11 -0700
I just noticed that my single threaded app suddenly becomes a 5 thread
app when I call NSString's stringWithContentsOfURL: method. It looks
like the additional threads are due to the machinations of NSURL and
stuff, but what mystifies me is why most of the new threads hang around
even after all the work is done.
Any insights?
_murat
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.