NSURL Blocking
NSURL Blocking
- Subject: NSURL Blocking
- From: Mark Levin <email@hidden>
- Date: Tue, 17 Sep 2002 17:58:28 -0500
I am trying to use NSURL to asynchronously load data, but it's not
cooperating. No matter how I try to isolate the download operation, it
*always* blocks just a little bit, making my interface stutter
noticeably. It is still doing this even after moved into a pthread
(with its own runloop) and controlled with
performSelector:withObject:afterDelay: (and a middleman object). Is
there any way to use NSURL in such a way that "background" loads are
100% nonblocking?
--Mark
"Oooh, what's that??" "That's a light switch." "Oh." "...of TOTAL
DEVASTATION!"
_______________________________________________
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.