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

Revisit SSLFilter implementation, especially its "write" part. #1162

Closed
glassfishrobot opened this issue Dec 21, 2011 · 4 comments
Closed

Revisit SSLFilter implementation, especially its "write" part. #1162

glassfishrobot opened this issue Dec 21, 2011 · 4 comments

Comments

@glassfishrobot
Copy link

SSLFilter.write is "synchronized", we need to revisit it and try to decrease synchronized scope as much as possible.
As an idea, we can pass some Transformer downstream, so actual encryption happens in AsyncWriteQueue/TemporarySelectorWriter right before data going to be sent on wire, so there will be no need in redundant synchronization.

Affected Versions

[2.2]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by oleksiys

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA GRIZZLY-1162

@glassfishrobot
Copy link
Author

@mnriem
Copy link
Contributor

mnriem commented Sep 2, 2023

@arjantijms The 2.2 branch is no longer being maintained and thus this issue can be closed out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants