Grant number NMA501-03-1-2022 from the US National Geospatial-Intelligence Agency (NGA) partially supports this work;
D O I:
10.1109/MIC.2005.42
中图分类号:
TP31 [计算机软件];
学科分类号:
081202 ;
0835 ;
摘要:
Message-oriented middleware (MOM) and remote procedure call (RPC) are two communication models developed to facilitate design of distributed applications. Both have advantages and disadvantages, hence should be used where appropriate. MOM-based communication works better for long-lived transactions that require long execution times from the service provider. RPC is a better choice when the service provider's response is small, thus creating a negligible penalty for suspending execution while waiting for a reply.