Replies: 1 comment
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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