Re: DictionaryWithContentsOfURL
Re: DictionaryWithContentsOfURL
- Subject: Re: DictionaryWithContentsOfURL
- From: Daniel Todd Currie <email@hidden>
- Date: Thu, 12 Feb 2004 15:45:36 -0800
I've never had it not hang a program...
In my DTCVersionManager open-source class, I use
+dictionaryWithContentsOfURL: in its own thread to avoid hanging the
app altogether.
http://los.dtcurrie.net/code/
// Daniel Currie
On 2004 Feb 12, at 11:31, Jim O'Connor wrote:
I've seen a couple references on the web to this call hanging programs
under
certain unspecified circumstances if the URL is across the web.
Is anyone aware of what the conditions are?
Thanks,
Jim
_______________________________________________
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.
_______________________________________________
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.