eclipse-vertx / eclipse-vertx/vert.x
TLS resumption
Open
- Dominant language
- Java
- Stars
- 14.7k
- Forks
- 2.1k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 27
Description
Since SSL handshake can be quite expensive, it might make sense to have an option to turn on more complex logic in connection pooling for SSL connection to establish at least one connection at the startup so that the TLS session can be cached by the server. This will reduce the CPU time spent by eventloop thread significantly especially when there are multiple requests to the same server at the same time.
Contributor guide
Assessment
This issue has not been assessed yet.