Top "Keep-alive" questions

A feature of HTTP where the same connection is used for multiple requests, speeding up downloading of web pages with multiple resources.

How to test HTTP Keep alive is actually working

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-alive
HTTP requests with HttpClient too slow?

i'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 asynchttpclient
keepalived check which is master node

I 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-address
Use HTTP Keep-Alive for server to communicate to client

Recently in an interview I was asked how I would approach an online chat client application. I went through the …

http chat keep-alive
REST Web Service and Keep-Alive

I'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-alive
Inter-Process Communication (IPC) for Windows with C

I have an old program written in C with Microsoft Visual C++, and I need to implement some kind of "…

c windows ipc keep-alive watchdog
How to set the keepalive timeout in Android?

I'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-alive
Keeping a socket connection alive in iOS

I 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-alive
HTTP library for Ruby with HTTPS, SSL Client Certificate and Keep-Alive support?

I'm trying to write an HTTPS client in Ruby. It will connect to the server using HTTPS, passing an authentication …

ruby http https keep-alive
WCF wsHttpBinding with http keepalive

I 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