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

Ask A Question

Stats

  • Questions 516k
  • Answers 516k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer With large and oft-changed binary files, both git and svn… May 16, 2026 at 6:43 pm
  • Editorial Team
    Editorial Team added an answer You need to edit the .state file of the CCNET… May 16, 2026 at 6:43 pm
  • Editorial Team
    Editorial Team added an answer How are you sure that fs will always be instantiated,… May 16, 2026 at 6:43 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I hope this is programming-related enough. What exactly happens during the shutdown process of
Can someone tell me what exactly happens when I right click a function name
I have this line in php.ini include_path = .;C:\xampp\htdocs\zend\library;C:\xampp\php\PEAR What exactly is the .
I just realized that I lack the fundamental knowledge of what exactly happens as
(I'm interested in the .NET CLR) What exactly happens when one thread changes the
Using jQuery's UI Tabs. This is my code. <div id=tabs> <ul> <li><a href=#tabs-1>Find a
I'm monitoring a folder using a FileSystemWatcher like this: watcher = new FileSystemWatcher(folder); watcher.NotifyFilter
Working with a legacy codebase in Grails. Under some conditions (we're unclear exactly what)
What happens when I call setTimeout in a firefox extension? Is there ever a
So I want to have a buffer with an array of structs like this:

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.