Skip to main content
  • 4674 Accesses

Abstract

Remote Procedure Call (RPC) systems let you call a remote function using the same syntax that you would use when calling a routine in a local API or library. This tends to be useful in two situations:

  • Your program has a lot of work to do, and you want to spread it across several machines by making calls across the network.

  • You need data or information that is only available on another hard drive or network, and an RPC interface lets you easily send queries to another system to get back an answer.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2010 by Brandon Rhodes and John Goerzen

About this chapter

Cite this chapter

Rhodes, B., Goerzen, J. (2010). CHAPTER 18 RPC. In: Foundations of Python Network Programming. Apress. https://doi.org/10.1007/978-1-4302-3004-5_18

Download citation

Publish with us

Policies and ethics