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 1062997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:43:01+00:00 2026-05-16T18:43:01+00:00

What exactly happens when I do this…? NSData *data = [[NSData alloc] initWithContentsOfURL:[NSURL urlWithString:@…]];

  • 0

What exactly happens when I do this…?

NSData *data = [[NSData alloc] initWithContentsOfURL:[NSURL urlWithString:@”…”]];

Does it immediately go out to the Internet, gets all the data at the URL, returns, and goes to the next line? Or does it set things up, and the data is read later when the bytes of NSData are requested? If the data is read later, is all the data read in one shot? Or is the data read in piecemeal as the app needs them?

My basic problem is that I have a very large XML file to parse. If I set up an NSData object and parse it through NSXMLParser, will the app blow up because the XML data is too large? Or does the app “do the right thing” and parses the XML as the data bytes stream in?

Thanks!

  • 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-16T18:43:02+00:00Added an answer on May 16, 2026 at 6:43 pm

    It will immediately go out to the network and fetch that data for you. Your application will block until the request has finished. It is usually not a good idea to do this from the main thread because the user interface will block which makes your application unresponsive.

    If you use this method to load your large XML file then the whole file be read into memory and the app will block until that is done.

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

Sidebar

Related Questions

I'm confused at exactly where this happens. I've traced this simple code out on
Inspired by this question , I was trying to find out what exactly happens
I hope this is programming-related enough. What exactly happens during the shutdown process of
Does anyone know exactly what happens when you change your Zend site at, say,
What is E+3 ? What exactly happens here? Can we use this approach in
Can anyone explain, what exactly happens in the following line? java.lang.System.out.print(string + i); It
What exactly happens, in terms of memory, when i declare something like: char arr[4];
I have the following issue and I would like to know what exactly happens.
What happens exactly when I launch a .NET exe? I know that C# is
What exactly will happen to the data segment and text segment if I use

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.