Skip to Content
Hands-On Reactive Programming with Python
book

Hands-On Reactive Programming with Python

by Romain Picard
October 2018
Intermediate to advanced
420 pages
10h 26m
English
Packt Publishing
Content preview from Hands-On Reactive Programming with Python

Chapter 11

What is a proxy?

A proxy is network equipment or software that filters all HTTP requests coming from clients inside a local network. Proxies can be used for several purposes:

  • Restricting internet access
  • Analyzing traffic to avoid viruses and attacks
  • Caching content retrieved by a lot of people to speed up access

What is a reverse proxy?

A reverse proxy is network equipment or software present on the backend. Its role is to route incoming HTTP requests to the service that handles it. A reverse proxy allows us to hide the fact that multiple servers are used behind a single IP address.

What is a load balancer?

A load balancer allows us to easily scale a service. When several instances of a service are running, a load balancer distributes ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Programming with Design Patterns

Python Programming with Design Patterns

James W. Cooper

Publisher Resources

ISBN: 9781789138726Supplemental Content