Skip to content

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