Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multihandle: add an ssl_scache here #15982

Closed
wants to merge 1 commit into from
Closed

Conversation

bagder
Copy link
Member

@bagder bagder commented Jan 12, 2025

The TLS session cache is now held by the multi handle unless it is shared, so that all easy handles within a multi handle get the benefit of sharing the same, larger, cache.

The multi handle session cache size is set to 25, unless it is the internal one used for the easy interface - which still uses only 3.

@bagder bagder force-pushed the bagder/scache-multi branch from 5ef5321 to 54d0297 Compare January 12, 2025 16:42
The TLS session cache is now held by the multi handle unless it is
shared, so that all easy handles within a multi handle get the benefit
of sharing the same, larger, cache.

The multi handle session cache size is set to 25, unless it is the
internal one used for the easy interface - which still uses only 3.

Closes #15982
@bagder bagder force-pushed the bagder/scache-multi branch from 67a0a2b to 24e331f Compare January 12, 2025 19:20
@bagder bagder requested a review from icing January 12, 2025 19:42
@bagder bagder closed this in cd43c92 Jan 13, 2025
@bagder bagder deleted the bagder/scache-multi branch January 13, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants