Distributed object: Difference between revisions

Content deleted Content added
Closing stale 2017 merge proposal with no clear support and opposition to parts; see Talk:Distributed object communication#Merger proposal; added links
m executed(chained,->executed (chained, - Fix a typo in one click
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 24:
== Examples ==
 
The RPC facilities of the cross platform serialization protocol, [[Cap'n Proto]] amount to a distributed object protocol. Distributed object method calls can be executed (chained, in a single network request, if needs be) through interface references/[[Capability-based security|capabilities]].<ref>https://kentonv.github.io/capnproto/rpc.html</ref>
 
Distributed objects are implemented in [[Objective-C]] using the [[Cocoa (API)|Cocoa API]] with the NSConnection class and supporting objects.