Top "Persistent-connection" questions

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.

Max parallel http connections in a browser?

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-performance
how to change timeout for mysql persistent connections

Where is defined timeout of persistent connections? Is it possible to change it?

mysql persistent-connection
BASH CURL: Don't close connection in between requests when run sequentially

I am trying to write a BASH command that uses CURL to send a GET request to two different web …

bash http curl persistent-connection
Persistent SMTP connection in PHPMailer

How to enable persistent SMTP connections in PHPMailer? I will send many emails, so with persistent connections probably I will …

php performance smtp phpmailer persistent-connection
How can I reuse a HttpClient connection efficiently?

I 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-connection
How many maximum number of simultaneous Chrome connections/threads I can start through Selenium WebDriver?

Assuming I do not have a Grid setup, what is the Maximum number of simultaneous Chrome threads I can start …

selenium http connection httpconnection persistent-connection
MySQL Persistent Connections

I 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-connection