HTTP persistent connection, also called HTTP keep-alive, or HTTP connection reuse, is the idea of using a single TCP connection to send and receive multiple HTTP requests/responses, as opposed to opening a new connection for every single request/response pair.
I am creating some suspended connections to an HTTP server (comet, reverse ajax, etc). It works ok, but I see …
html http web-applications persistent-connection web-performanceWhere is defined timeout of persistent connections? Is it possible to change it?
mysql persistent-connectionI am trying to write a BASH command that uses CURL to send a GET request to two different web …
bash http curl persistent-connectionHow to enable persistent SMTP connections in PHPMailer? I will send many emails, so with persistent connections probably I will …
php performance smtp phpmailer persistent-connectionI am doing HTTP POSTs very frequently (>= 1/sec) to an API endpoint and I want to make sure I'm …
java http apache-commons-httpclient persistent-connectionAssuming I do not have a Grid setup, what is the Maximum number of simultaneous Chrome threads I can start …
selenium http connection httpconnection persistent-connectionI have 10 application servers and 1 mysql database. I would like to do connection pooling for mysql, but simply enabling mysql_…
php mysql networking persistent-connectionIt may seem to be a trivial question but still.. I have a confusion over it. Almost at every site …
http keep-alive persistent-connection