A feature of HTTP where the same connection is used for multiple requests, speeding up downloading of web pages with multiple resources.
I know HTTP keep-alive is on by default in HTTP 1.1 but I want to find a way to confirm that …
http wireshark keep-alivei'm trying to coding an android app that send some post values to a php file hosted at a dedicate …
android eclipse httpclient keep-alive asynchttpclientI have 2 app servers both configured to run a php cron job, but only 1 can run the job at any …
cron keep-alive virtual-ip-addressRecently in an interview I was asked how I would approach an online chat client application. I went through the …
http chat keep-aliveI'm setting up a web application, service oriented. The UI part (a web app) is consuming REST web services I'm …
web-services rest keep-aliveI have an old program written in C with Microsoft Visual C++, and I need to implement some kind of "…
c windows ipc keep-alive watchdogI'd like to lower the TCP keepalive time on a Socket I'm opening from 2 hours to something on the order …
android sockets tcp keep-aliveI have the following code written in Objective-C that writes data to a socket. The server is running node.js …
objective-c sockets ios5 timeout keep-aliveI'm trying to write an HTTPS client in Ruby. It will connect to the server using HTTPS, passing an authentication …
ruby http https keep-aliveI have a WCF client which uses a wsHttpBinding, I would like to enable http keep-alive. I'm hoping I can …
.net wcf configuration keep-alive