-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement multi data transaction for client #25
Comments
파일을 보낼 때는 -f 옵션과 같은게 있으면 좋을 것 같구요, 또한, 한번에 너무 여러개의 데이터들을 트랙잭션으로 태우면 문제가 될 수 있으니, 일정 사이즈 기준으로 chunk하는 방식도 염두에 두시면 좋습니다. |
@code-to-gold
|
저도 1번이 더 좋을것 같습니다. |
Working branch |
파일을 보내는 방식에 대해서는 파일 이름을 받는 것도 있지만, STDIN을 통해서 직접 스트림을 받는 방식도 있습니다. |
@co1god |
그냥 EOF까지 입력 받으시면 됩니다.
파이프로 받을때는 알아서 이전 프로세스가 끝날때 EOF가 뜰거구요.
직접 입력의경우엔 ctrl+d 를 하면 EOF가 전달되며 입력이 끝납니다.
2018년 12월 19일 (수) 오전 11:25, dragon0170 <notifications@github.com>님이 작성:
… @co1god <https://github.com/co1god>
STDIN을 통해 입력받을 경우에는 어떤 방식으로 입력의 끝을 알릴 수 있을까요?
data라는 json object의 배열을 입력받을 것이니 ']'이 입력될 때까지의 데이터를 모두 받는 것도 하나의 방법이라고
생각합니다.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AqM4SkqHdGrRQRLdKzQlekgbtKvnJqTmks5u6aOUgaJpZM4ZVryb>
.
|
Reference
#24
The text was updated successfully, but these errors were encountered: