Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Persistent Connection

A persistent connection gives the ability to use the same TCP connection for multiple HTTP transactions instead of opening a new connection for each HTTP request you send. It reduces traffic on the network since the TCP 3-Way-Handshake and the TCP Graceful Connection Close are only done once instead of at each HTTP transaction.

...