• 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: Distributed objects: connecting to a process running as root?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Distributed objects: connecting to a process running as root?


  • Subject: Re: Distributed objects: connecting to a process running as root?
  • From: "Jordan Krushen" <email@hidden>
  • Date: Sun, 30 Apr 2006 19:05:56 -0700

On 4/30/06, James Bucanek <email@hidden> wrote:

email@hidden wrote on Monday, May 1, 2006:
>Curious.  Are you using Mach messaging?

Which really makes a lot of sense. I've always wondered how *anything* could get done if processes in two "mach namespaces" weren't allowed to communicate with each other. This also alleviates the problem of name space collision between different users, which was another thing I was worried about.

Well, just doing the connections over TCP and using Rendez.. er.. Bonjour for service discovery / collision detection solves all the inter-user problems. Then you can do machine-to-machine without any changes in code at all, as well. It'll also work across network boundaries, if you can add server addresses manually. I can't imagine that it would be a bottleneck while running on the local host. It's not much of a security issue either if you just listen to a port on the loopback interface for single-machine deployments.

I'm still not sure what your reluctance to use IP is.. everyone's using it ;)

J.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Distributed objects: connecting to a process running as root?
      • From: James Bucanek <email@hidden>
References: 
 >Re: Distributed objects: connecting to a process running as root? (From: email@hidden)

  • Prev by Date: Re: Distributed objects: connecting to a process running as root?
  • Next by Date: 2 Gig limit on NSData objects
  • Previous by thread: Re: Distributed objects: connecting to a process running as root?
  • Next by thread: Re: Distributed objects: connecting to a process running as root?
  • Index(es):
    • Date
    • Thread