Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6829477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:30:17+00:00 2026-05-26T22:30:17+00:00

I make an app that accesses some data on the first launch and then

  • 0

I make an app that accesses some data on the first launch and then displays it. I’ve been downloading this data this way:

NSData *data = [NSData dataWithContentsOfURL:url];

Is this bad? Right now I’ve set the method that contains this to run in a background thread using GCD, but I heard that since dataWithContentsOfURL is synchronous, it’s bad. Are there any opinions on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:30:18+00:00Added an answer on May 26, 2026 at 10:30 pm

    It’s bad if you run it on the main UI thread. That will block the responsiveness of your app which is bad but it’s even worse on start up.

    You need to make it async. You can do that by either running that method on a background thread (GCD dispatch_async) or by using async methods of NSUrlConnection.

    Here’s an example of using GCD to work in the background and then update the UI (after done) on the main thread:

    GCD, Threads, Program Flow and UI Updating

    Another option is async method of NSUrlConnection. See the initWithRequest methods here:

    http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSURLConnection_Class/Reference/Reference.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that can make modify images. In some cases, this makes
I am trying to make an app that will pass data between two servers
I'm trying to make a console app that would monitor some process and restart
I would like to make a simple web app that displays 20 or so
I'm trying to build a Silverlight App that accesses and presents data from a
I am working on this app that accesses session variables in the model layer.
i'm developing an app that make requests to the Musicbrainz webservice. I read in
i want to make a php app that let people submit photos/videos/sounds Now, everything
I'm trying to make a simple app that sits on the Mac OSX menu
I'm writing an app that will need to make use of Timer s, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.