Distributed object: Difference between revisions

Content deleted Content added
"Even" implies an increasing, not a decreasing degree of difference
KolbertBot (talk | contribs)
m Bot: HTTP→HTTPS (v461)
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>httphttps://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.