MySQL Forums
Forum List  »  Connector/Node.js

Re: Why is Node.js Single-threaded?
Posted by: Alish B
Date: January 25, 2023 12:56AM

Node.js is an asynchronous and event-driven JavaScript runtime that uses a single-threaded non-blocking I/O model. This means that Node.js can handle multiple concurrent requests without creating additional threads for each request. Node.js uses a single thread to handle asynchronous I/O operations, so it can handle a large number of requests without creating additional threads for each request.

Options: ReplyQuote


Subject
Written By
Posted
January 08, 2023 11:47PM
Re: Why is Node.js Single-threaded?
January 25, 2023 12:56AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.