Distributed objects architecture enables objects in different threads or tasks, perhaps on different machines, to transparently send messages to each other
Distributed objects architecture enables objects in different threads or tasks, perhaps on different machines, to transparently send messages to each other. While there are many ways for threads and tasks to communicate with one another, distributed objects hides the mechanism behind the standard Objective-C messaging mechanism.
Distributed Objects Programming Topics