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. The newer HTTP/2 protocol uses the same idea and takes it further to allow multiple concurrent requests/responses to be multiplexed over a single connection.
Questions tagged [persistent-connection]
153 questions
-1
votes
1 answer
Core Data Error: Which are the most common mistakes to get a error in persistentstore coordinator?
enter code hereIn my Application I am using Sqlite as an externel data base. So, Please Reply.I am using Xcode finding defficult to communicate to the sqlite file and Managed Object Model..
enter code here
- (NSPersistentStoreCoordinator…

Arpit B Parekh
- 1,932
- 5
- 36
- 57
-1
votes
1 answer
Why are underlying TCP connections are released so late?
As you see above, the tcp connection release so slow.
I'm wondering how it happened and if it affect my program (http layer)?

Brutal_JL
- 2,839
- 2
- 21
- 27
-2
votes
1 answer
Design of an android app for mobile device management system
I am developing an android app for mobile device management system - which needs to mainatan a persistent connection to a web server through https connection and wait for any commands from the server. Can some please help me in the design of this…

user2230637
- 19
- 1
- 5