Replies: 1 comment 1 reply
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question about usage of different HTTP sessions that would reuse the same underlying socket (when each session is done) by the usage of the keep-alive flag.
The idea is to avoid the connection / disconnection handshakes and to have a socketpool available for sessions.
Is that something which can be done by the following events :
etc...
at the stop of the software close mySocket.
Is this something doable with Poco (or even permitted by the HTTP standards) ? i'm not very familiar with the HTTP protocol. If yes, should keep-alive be used in every HTTP exchange for this to work.
Thank you for your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions