파일이 이상하게 저장되는 것 같아서 찾아보는데
결론만 말하자면.. 순차적으로 쓰는게 아니라 하나의 스트림을 여러군데에서 쓰면 문제의 소지가 있으니
synchronous로 쓰라인데.. 스트림 아웃이면 라인 단위로 되려나 어떻게 처리하게 되려나?
이런 부분을 좀 명확하게 찾아 봐야 할 듯.
[링크 : https://www.daveeddy.com/2013/03/26/synchronous-file-io-in-nodejs/]
[링크 : https://stackoverflow.com/...-write-to-append-to-the-same-file-guarantee-the-order-of-executio]
'Programming > node.js' 카테고리의 다른 글
node.js xpath 그리고 boolean (0) | 2019.12.17 |
---|---|
node.js JWT with refresh token (0) | 2019.12.10 |
postgres on node.js (0) | 2019.09.24 |
json2csv / node.js 에서 NULL 값 출력하기 (0) | 2019.09.18 |
js nested function과 변수 scope (0) | 2019.09.15 |