I was wondering if the default installations of Apache and MySQL on Windows/Linux are multithreaded or not?
It depends on how to look at it.
MySQL allows you to run multiple threads at the same time (this comes to available CPU/RAM resources), but it won't allow you to run a single query using multiple threads.
Apache is multithreaded, this is the only way how the web application server could respond to multiple requests from different clients.
Yes, Apache and MySQL multithreaded.
By the way, they run as a single process on the server.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With