• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Threads in Apps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Threads in Apps


  • Subject: Re: Threads in Apps
  • From: "Nick Emery" <email@hidden>
  • Date: Wed, 06 Jun 2001 09:26:30 +0100
  • Organization: Peramon technology Ltd

Raphael Sebbe wrote:

> There are many options when it comes to inter-thread communication. From
> a Cocoa standpoint, the most common ones are Port Messages and DO
> (Distributed Objects). There are other inter-thread comm means (pipes,
> socket, mutex/shared mem...), but in your case, you need runloop based
> ones because of the AppKit thread, which runs a runloop. (well, NSPipes
> could probably do it too...).

unfortunately, most of these inter thread communication facilities are not available in the java cocoa environment because they are not implemented (e.g., NSConnection) or the implementation appears to be too incomplete to be useful (e.g., NSPort).

thanks for the suggestions anyway --nikki


References: 
 >Re: Threads in Apps (From: Raphael Sebbe <email@hidden>)

  • Prev by Date: Re: Threads in Apps
  • Next by Date: Re: Cocoa threading, objects by reference, and the keyword "oneway"
  • Previous by thread: Re: Threads in Apps
  • Next by thread: Re: Threads in Apps
  • Index(es):
    • Date
    • Thread