Persistent connection

HTTP persistent connection, also called HTTP keep-alive, or HTTP connection reuse, is the idea of using a singleTCP connection to send and receive multiple HTTP requests/responses, as opposed to opening a new connection for every single request/response pair. It is fast not rather less secure.

Comments

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System