Best way to implement performant Interprocess Communication
Best way to implement performant Interprocess Communication
- Subject: Best way to implement performant Interprocess Communication
- From: Ralf Hasemann <email@hidden>
- Date: Sat, 17 Dec 2005 01:57:33 +0100
Hi Cocoa people!
I am exploring the different opportunities for interprocess
communication
in OS X and I have written small examples for:
- Socket communication
- Distributed Notifications
- Distributed Objects
Since it is not guaranteed that Distributed Notifications are
delivered at all,
this kind of communication does not fit my needs.
What I wonder now is which of the remaining two (Sockets & Dist.
Objects)
is the most performant way (regarding throughput and less overhead) to
implement interprocess communication??
I read some notes about Mach Messaging, but my understanding about
it is, that it is the foundation of the Distributed Objects mechanism
- am I correct
in my assumption?
Is there any other way to implement performant Interprocess
Communication?
Thank you very much for any help!
Best regards,
Ralf Hasemann
_______________________________________________
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