Persistent Connections
Everything on SkillVeris tagged Persistent Connections — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is HTTP Keep-Alive?
HTTP Keep-Alive is a mechanism that reuses a single TCP connection for multiple HTTP requests and responses instead of opening a new connection for every reque…
What is HTTP Pipelining?
HTTP pipelining is an HTTP/1.1 technique where a client sends multiple requests over a single persistent TCP connection without waiting for each response, but…