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

Open
arinban opened this issue Dec 21, 2011 · 3 comments
Open

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

arinban opened this issue Dec 21, 2011 · 3 comments

Comments

@arinban
Copy link

arinban commented Dec 21, 2011

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]

@arinban
Copy link
Author

arinban commented Dec 21, 2011

@glassfishrobot Commented
Reported by oleksiys

@arinban
Copy link
Author

arinban commented Apr 26, 2017

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

@arinban
Copy link
Author

arinban commented Feb 3, 2018

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

1 participant