10.09.2016, 21:32
Well, basically, it doesn't create a new connection. Imagine MySQL connection as a highway with n number of lanes. And each time you send a threaded query it makes n++, so it doesn't have to wait until the first lane is clear, instead it goes and drives the free lane to the server.
Get it?
Get it?

