• 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: Abstract sockets?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Abstract sockets?


  • Subject: Re: Abstract sockets?
  • From: Jack Brindle <email@hidden>
  • Date: Wed, 11 Mar 2015 13:28:58 -0700

Unix Domain Sockets are common to both Mac and Linux. These have been used for many years very successfully on both platforms. Apple used to have a pretty good sample app that makes use of them - may still have, but a search just now doesn’t show it. Perhaps Quinn might have info on its current availability.

The only “problem” with Unix Domain Sockets is that they are one-to-one. As with all socket connections, the first reader gets the packet. If you need something that multiple readers can get, then something else is needed. Otherwise, this is a very good solution to IPC.

- Jack Brindle



> On Mar 11, 2015, at 11:23 AM, Rick Mann <email@hidden> wrote:
>
> In this case, my need was to use an SDK from Linux on my Mac so I could do most of the development on the Mac, but in the end run on the (embedded) Linux system.
>
>> On Mar 11, 2015, at 11:09 , Shawn Erickson <email@hidden> wrote:
>>
>> When I see a quest like this I often found it is better to step back and ask what your real need is? What are you trying to do? etc. On Mac OS X the primary method – these days – for IPC is to leverage XPC.
>>
>> xpc(3) Mac OS X Developer Tools Manual Page
>> unix(4) Mac OS X Manual Page - Apple Developer
>>
>> (note the following TN doesn't look update for XPC)
>> UNIX Domain Sockets Are Your Friend
>>
>>
>> On Wed, Mar 11, 2015 at 4:04 AM, Rick Mann <email@hidden> wrote:
>> Any chance OS X supports (or would support) abstract sockets?
>>
>> http://man7.org/linux/man-pages/man7/unix.7.html
>>
>> --
>> Rick Mann
>> email@hidden
>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Macnetworkprog mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>
>
> --
> Rick Mann
> email@hidden
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Macnetworkprog mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Abstract sockets?
      • From: Rick Mann <email@hidden>
References: 
 >Abstract sockets? (From: Rick Mann <email@hidden>)
 >Re: Abstract sockets? (From: Shawn Erickson <email@hidden>)
 >Re: Abstract sockets? (From: Rick Mann <email@hidden>)

  • Prev by Date: Re: Abstract sockets?
  • Next by Date: Re: Abstract sockets?
  • Previous by thread: Re: Abstract sockets?
  • Next by thread: Re: Abstract sockets?
  • Index(es):
    • Date
    • Thread