I was programming HTTP 1.0
and HTTP 1.1
for a college assignment.
Is there any possibility that a non persistent connection be better than a persistent one?
Asked
Active
Viewed 918 times
0

cmd
- 11,622
- 7
- 51
- 61

Syed Usman
- 300
- 3
- 8
-
Are you talking about HTTP keep alives? – David Oct 07 '13 at 21:51
-
Take a look at http://stackoverflow.com/questions/3441075/pros-and-cons-of-keep-alive-from-web-server-side and http://en.wikipedia.org/wiki/HTTP_persistent_connection. – Andre D Oct 07 '13 at 22:14