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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:17:56+00:00 2026-05-28T18:17:56+00:00

I am using CFMessagePort for interprocess communication in AppKit-based application and adding CFMessagePort source

  • 0

I am using CFMessagePort for interprocess communication in AppKit-based application and adding CFMessagePort source to the current run loop.

CFMessagePortRef local = CFMessagePortCreateLocal( kCFAllocatorDefault, daemonHostName,didReceiveDataFromOtherProcess, NULL,false);
if (local) {
    CFRunLoopSourceRef source = CFMessagePortCreateRunLoopSource(NULL, local, 0);
    CFRunLoopRef rl = [[NSRunLoop mainRunLoop] getCFRunLoop];
    CFRunLoopAddSource(rl, source, kCFRunLoopDefaultMode);
}  
  1. Is this is right approach?
  2. Should i run runloop using CFRunLoopRun()?
  3. Is this will affect my main application operations(if client will
    send message in every 1second)?
  • 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-28T18:17:57+00:00Added an answer on May 28, 2026 at 6:17 pm
    1. I don’t see anything wrong with it.

    2. I take it from your comment that you are using the main run loop, which is run automatically, so the answer is No. If you did not create the run loop, you most definitely don’t need to run it.

    3. One time per second is not a problem at all. However if didReceiveDataFromOtherProcess() callback takes significant time to run, your interface will be less responsive. In that case, creating a secondary thread with its own run loop will help. If you’re not sure, dont worry about this problem until you have it.

    P.S. You should release the source after adding it, because it has been retained by the run loop.

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

Sidebar

Related Questions

Using TortoiseSVN against VisualSVN I delete a source file that I should not have
Using mercurial, I've run into an odd problem where a line from one committer
Using Android TelephonyManager an application can obtain the state of data activity over the
Using Xcode4.2.1, with a basic PhoneGap template based app. (I say template, but I
Using the current request I can get the URL hostname with: HttpContext.Current.Request.Url.Host But -
Using jQuery UI Resizable I'm trying to prevent resizing based on various rules. The
using chrome 15 on osx 10.6.8 When adding event listeners, I've found that putting
Using Javascript I'm trying to loop through a 3 level nested array with the
Using online interfaces to a version control system is a nice way to have
Using PyObjC , you can use Python to write Cocoa applications for OS X.

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.