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

다운로드 I/O Stream 방식 변경 고려 #17

Open
occidere opened this issue Mar 16, 2017 · 4 comments
Open

다운로드 I/O Stream 방식 변경 고려 #17

occidere opened this issue Mar 16, 2017 · 4 comments
Assignees

Comments

@occidere
Copy link
Owner

리눅스의 wget, curl의 경우 HtmlUnit, Jsoup, HttpURLConnection 등을 이용한 자바 방식보다 훨씬 빠르게 다운로드 스트림 가능
시도 정도 해볼 가치 있음

@occidere occidere self-assigned this Mar 16, 2017
@occidere
Copy link
Owner Author

BufferedInputStream, BufferedOutputStream이 좀더 효율 좋음
추후 테스트 해볼 것

@occidere
Copy link
Owner Author

FileOutputStream 대신에 DataOutputStream 형식 사용하는 것도 고려해볼것

@occidere
Copy link
Owner Author

occidere commented Dec 8, 2017

현재 BufferedInputStream, BufferedOutputStream 베타에 적용
System call은 dependency가 생기므로 조금 더 고려해볼 것

@occidere
Copy link
Owner Author

occidere commented Mar 2, 2018

차라리 nio 나, java9의 Http2 방식을 고려해 볼 것

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