Oracle
1Z0-873 · Question #89
MySQL is a multi-threaded database server. Every connection to the database server is handled by it's own thread.
The correct answer is A. True. The server is multi-threaded, and a thread is like a small process running inside the server. For each client that connects, the server allocates a thread to it to handle the connection.
MySQL Architecture
Question
MySQL is a multi-threaded database server. Every connection to the database server is handled by it's own thread.
Options
- ATrue
- BFalse
How the community answered
(17 responses)- A71% (12)
- B29% (5)
Explanation
The server is multi-threaded, and a thread is like a small process running inside the server. For each client that connects, the server allocates a thread to it to handle the connection.
Topics
#MySQL threading#connections#multi-threaded server
Community Discussion
No community discussion yet for this question.