A feature of HTTP where the same connection is used for multiple requests, speeding up downloading of web pages with multiple resources.
I have a requirement to enable TCP keepalive on any connections and now I am struggling with the results from …
linux sockets tcp keep-alive retransmit-timeoutI'm trying to send the same information from my application as I send from the browser. Here is part of …
c# fiddler keep-aliveI have inherited a system where it has some performance issues due to network latency. We are using CentOS 5.x, …
https haproxy keep-aliveI have an classical apache server delivering php files, and a nodeJS server (with socket.io, but whithout express/connect) …
php node.js sockets session keep-aliveWhat is the keep-alive feature? How can I enable it? Following is the output from the chrome's Page Speed plugin. …
performance google-chrome web-applications keep-alive pagespeedHow can I request multiple pages from the same web server within the same connection? So the client side need …
c http curl keep-aliveI'm trying to optimize my web application using Google's Page Speed API which has highlighted the absence of "Keep-alive" in …
load-balancing keep-aliveI have an apache 2.2 server infront of a tomcat 6 server. using mod_proxy_ajp on apache to proxy requests to …
apache tomcat ajp keep-aliveI have a Windows Service hosting an advanced WCF service that communicates over TCP(netTCP) with protobuf.net, some times …
c# wcf tcp keep-aliveI have a jQuery Ajax call, like so: $("#tags").keyup(function(event) { $.ajax({url: "/terms", type: "POST", contentType: "application/json", …
ajax flask keep-alive werkzeug