Skip to content

reduce synchronous disk IO operations #46

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

Merged
merged 14 commits into from
Jul 5, 2014

Conversation

peecky
Copy link
Contributor

@peecky peecky commented Mar 28, 2014

Because the Node.js has single thread, each synchronous IO operation stops whole Node.js web server until the operation has been completed. Therefore it is not recommended to use synchronous operations for the concurrency.

I changed most of synchronous disk IO operations to asynchronous ones.

@hengkiardo
Copy link

+1 for this changes

@aguidrevitch aguidrevitch merged commit 3135dec into aguidrevitch:master Jul 5, 2014
aguidrevitch added a commit that referenced this pull request Jul 5, 2014
@aguidrevitch
Copy link
Owner

Merged in to 0.1.3

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.

3 participants