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

introduce FileChunk interface to transfer file chunks #2144

Merged
merged 1 commit into from
May 19, 2022

Conversation

kofemann
Copy link
Contributor

@kofemann kofemann commented Nov 5, 2021

The FileTransfer class is designed to utilize OS zero-copy capability to
write a file into a socket. However it opens and closes the file. This
might be not optimal if we need to send a ching of a file.

The introduced FileChunk interface aims to add more flexibility.

Signed-off-by: Tigran Mkrtchyan [email protected]

The FileTransfer class is designed to utilize OS zero-copy capability to
write a file into a socket. However it opens and closes the file. This
might be not optimal if we need to send a ching of a file.

The introduced FileChunk interface aims to add more flexibility.

Signed-off-by: Tigran Mkrtchyan <[email protected]>
@arjantijms arjantijms added this to the 4.0 milestone May 19, 2022
@arjantijms arjantijms merged commit fba4657 into eclipse-ee4j:3.0.1 May 19, 2022
@dmatej
Copy link
Contributor

dmatej commented Jun 8, 2022

This PR is still missing in master branch, it was merged just to 3.0.1.

@kofemann
Copy link
Contributor Author

kofemann commented Jun 8, 2022

@dmatej Shall I make a RP against master?

@kofemann
Copy link
Contributor Author

kofemann commented Jun 8, 2022

See #2169

@kofemann kofemann deleted the file-region branch June 8, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants