Message Passing: Difference between revisions

m
→‎See Also: Something went wrong
[unchecked revision][unchecked revision]
m (→‎See Also: Something went wrong)
Line 41:
When messages longer than the fixed-size are required, one will need to provide a way to describe the long message in the small structure. If copying a 4-word message forth and back doesn't imply excessive processing cost, it will be very different for the 1MB of data you send to a disk server. In that case, it is suggested to toy with paging in order to map the real data from the emitter to the receiver's address space.
 
== See Also ==
* [[Remote_Procedure_Call|Remote Procedure Call (RPC)]]
* [[Message Passing Tutorial]]
 
=== Articles ===
* [[Remote_Procedure_Call|Remote Procedure Call (RPC)]]
* [[Message Passing Tutorial]]
 
=== Threads ===
Line 51:
*[[Topic:10922|RPC message size, handling oversized messages]]
 
=== External Links ===
*[[Wikipedia:Message Passing | Message Passing]] on Wikipedia
 
Anonymous user