persistent-connection Questions
1
Solved
I have a minor project which will involve repeated HTTPS communication between a Java application and a Flask web server such that keeping the TCP connection alive is important. In order to test an...
Terrazas asked 7/4, 2023 at 22:50
4
I am trying to write a BASH command that uses CURL to send a GET request to two different web pages but uses the same connection. For me, it is like sending a GET request to a login page to authent...
Glimmer asked 10/3, 2013 at 6:57
2
Solved
Currently, I have a single client (component) having a single persistent TCP connection with the server(another component), and messages are exchanged asynchronously. I wanted to have a load balanc...
Nocturnal asked 25/5, 2018 at 5:56
1
Assuming I do not have a Grid setup, what is the Maximum number of simultaneous Chrome threads I can start from Selenium WebDriver?
Is it 5? And does it hold good for Chrome Headless as well?
Skijoring asked 7/9, 2018 at 10:3
2
I'm using multiple database in my CodeIgniter application and have been reading a lot that persistent connections should be turned off.
Why is this measure recommended and is this still necessary ...
Comitative asked 20/4, 2011 at 6:19
3
I've been struggling with an HTTP timeout issue recently. After more than one month of investigation I'm quite sure that it is caused by bad HTTP persistent connections. Details are as follows:
...
Topographer asked 6/3, 2015 at 17:54
2
It may seem to be a trivial question but still.. I have a confusion over it.
Almost at every site I have read that HTTP persistent or keep-alive connections are better than the non-persistent one....
Flighty asked 24/9, 2014 at 17:3
4
Solved
How to enable persistent SMTP connections in PHPMailer?
I will send many emails, so with persistent connections probably I will get performance gain.
Fatidic asked 25/2, 2010 at 12:30
2
Solved
I am using jersey to implement a SSE scenario.
The server keeps connections alive. And push data to clients periodically.
In my scenario, there is a connection limit, only a certain number of cli...
Revere asked 8/3, 2014 at 21:0
11
I am creating some suspended connections to an HTTP server (comet, reverse AJAX, etc). It works ok, but I see the browser only allows two suspended connections to a given domain simultaneously. So ...
Ginger asked 12/6, 2009 at 7:23
2
Django 1.6 introduces a Persistent Connections feature. However I've noticed that exiting a script that uses django's ORM leaves at least some of the connections open on the db side.
Setup: django ...
Geiger asked 18/11, 2013 at 21:44
1
Is there any way to force NSURLConnection to not reuse the current persistent connection but to create a new one ?
I am trying to defend myself from this known iOS8 keep-alive bug
If iOS 8 rece...
Osteogenesis asked 15/3, 2015 at 17:24
2
In push notification mechanisms, like Apple's Push Notification Service, they use persistent IP connections.
My question is, how does employing persistent connections save battery and bandwidth of...
Barrett asked 1/10, 2013 at 8:54
1
I'm trying to preload audio files with javascript. I'm using chrome,
When the number of files growing up the http request of my files are cancelled by chrome...
why? what can i do?
This is my code:...
Undesigned asked 5/3, 2012 at 11:38
2
i have played a bit around with different memcached library and plugin version to enable real persistence between PHP memcache client and memcached server.
The problem is that still connections ar...
Grundyism asked 1/8, 2012 at 9:51
1
Solved
I am doing HTTP POSTs very frequently (>= 1/sec) to an API endpoint and I want to make sure I'm doing it efficiently. My goal is to succeed or fail as soon as possible, especially since I have sepa...
Cragsman asked 10/2, 2010 at 19:34
1
Solved
Where is defined timeout of persistent connections? Is it possible to change it?
Affixation asked 9/2, 2011 at 16:58
1
I have 10 application servers and 1 mysql database. I would like to do connection pooling for mysql, but simply enabling mysql_pconnect() will not work since it'll cause some servers to have more c...
Tarragon asked 12/2, 2010 at 14:53
1
© 2022 - 2024 — McMap. All rights reserved.