【论文】Synchronous Non-blocking Server Based on Nodejs

The old blocking multi-threaded server architecture always encounter the limitations of performance when faced of these problems such as large data, long connection, high concurrent requests, Nodejs change the maximum number of connections to the flow of a single system to solve the bottleneck.This article aims to explore the difference between asynchronous non-blocking server and blocking multi-threaded server from work and running performance.then explains the superiority of Nodejs in processing large data, long connection, high concurrent requests.
This article was pulished at 《Computer Science and Application》 two years ago when I was in wuhan university,you can read it by opening this site http://image.hanspub.org:8080/Html/11970.html

your support will encourage me to continue to create!
版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)