Timeline for answer to Node.js / Is for loop is Async? by Bergi
Current License: CC BY-SA 3.0
Post Revisions
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 1, 2015 at 13:14 | vote | accept | MIDE11 | ||
| Feb 24, 2015 at 12:16 | history | edited | Bergi | CC BY-SA 3.0 |
added 542 characters in body
|
| Feb 24, 2015 at 11:52 | comment | added | Bergi |
@MiddleWare: Have you used async.eachSeries with the synchronous functions?
|
|
| Feb 24, 2015 at 11:37 | comment | added | MIDE11 | My problem is that I need to append 1000 files of 1 MB to one file of size 1GB. The code in my question "stuck" my server, until all the appending process is finished. So my problem is the I need to read the file synchronicity (Because the order of the bytes is important, but I don't want to block it). I try to use async.eachSeries, but it also stuck my server. | |
| Feb 23, 2015 at 20:00 | history | answered | Bergi | CC BY-SA 3.0 |