InterviewSolution
Saved Bookmarks
| 1. |
What Is Persistent Connections? |
|
Answer» In HTTP/0.9 and 1.0, the connection is CLOSED after a single REQUEST/response pair. In HTTP/1.1 a keep-alive-mechanism was INTRODUCED, where a connection COULD be reused for more than one request. In HTTP/0.9 and 1.0, the connection is closed after a single request/response pair. In HTTP/1.1 a keep-alive-mechanism was introduced, where a connection could be reused for more than one request. |
|