Re: Asynchronous downloading again
Re: Asynchronous downloading again
- Subject: Re: Asynchronous downloading again
- From: DKJ <email@hidden>
- Date: Sat, 31 Oct 2009 19:20:10 -0700
I'm still not getting this. Why go to the trouble of setting up four
separate NSURLConnections when one will do the job? And at the same
time give me a very simple way to know when all the data is in place?
If the files took a long time to download, I could see it. But these
take less than 5 seconds, even with a completely synchronous download.
dkj
On 2009-10-31, at 19:01 , Kyle Sluder wrote:
On Sat, Oct 31, 2009 at 6:50 PM, DKJ <email@hidden> wrote:
I was worried that having a download connection for each file would
make it
more complicated for the app to know when they were all finished.
Translation: "I don't know how to do it correctly, and therefore fear
it. I want to stick to what I know."
You can overcome this fear; it's surprisingly easy to do. All you
have to do is start writing the code, without concern that you're
doing it wrong. Keep butting your head against it and eventually the
pattern will shine through.
This is a process with which I got very familiar while learning Cocoa.
The intricacy of correct usage is intimidating, but the only way to
overcome it is to try.
--Kyle Sluder
=====================
Hatzic Intellectual Software
Victoria BC, Canada
www.hatzicware.com
_______________________________________________
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