I read there are web servers their behaviors are called blocking whereas Node.js's is said non-blocking. Would a blocking web server get hung up to the sense it needs restarting, if many http clients send requests at most in parallel? As a complement, I don't say that it needs restarting while it potentially works fine again after the flood of parallel requests have stopped. And I currently don't understand how request buffers and overflows work for web servers.