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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:23:22+00:00 2026-06-14T10:23:22+00:00

I am very new to Xcode and Objective-C, so I don’t really know what

  • 0

I am very new to Xcode and Objective-C, so I don’t really know what I am doing yet! 😉
Basically I want to have an IPhone Application that can run possibly two threads, which will later use UDP Sockets to communicate with other Apps.

I have put functions to react when the start-Thread/stop-Thread Button in the UI are pressed, now I want to fill them with code to actually create and start the threads.

  • What would be the correct procedure here?

  • Do I need to subclass NSThread?

  • Where do I implement the code, that the new threads will execute?

    I can’t see a run method, or something similar. I suppose that has something to do with the selector, which I don’t understand.

  • 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-06-14T10:23:24+00:00Added an answer on June 14, 2026 at 10:23 am

    Use dispatch queues. They’re essentially lightweight threads for which you don’t need to worry about the threading or queueing directly.

    -(void) spawn
    {
        dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_BACKGROUND, 0), ^{
            [self doWorkInBackground];
        });
    }
    

    You can use one of the built-in queues or your own.

    And you should probably read up on blocks too, in particular the memory management aspect.

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

Sidebar

Related Questions

I am very new to xcode & Objective-C (having come from PHP) i have
I am very new to XCode and objective-c. This question may have been answered
I am very new to objective c with XCode environment, I just want to
Hello all! I am very new to xcode and objective-c but I have been
I am new to iphone and xcode. This may be a very simple question
Im new to xcode and objective c. I have asked this question three times
Im very new to Objective-C and am currently learning how to use Xcode and
I am very new to IPhone development. I have upgraded my IPhone to the
Very new to Objective-C and Xcode and working my way through modifying the DrillDownApp
I am new to Mac, iOS, Xcode and objective-c. I am very familiar with

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.