MySQL connections, 1 or more is faster?
#8

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?
Reply


Messages In This Thread
MySQL connections, 1 or more is faster? - by rt-2 - 10.09.2016, 19:07
Re: MySQL connections, 1 or more is faster? - by CodeStyle175 - 10.09.2016, 19:07
Re: MySQL connections, 1 or more is faster? - by rt-2 - 10.09.2016, 19:10
Re: MySQL connections, 1 or more is faster? - by Misiur - 10.09.2016, 19:10
Re: MySQL connections, 1 or more is faster? - by rt-2 - 10.09.2016, 19:15
Re: MySQL connections, 1 or more is faster? - by Misiur - 10.09.2016, 19:19
Re: MySQL connections, 1 or more is faster? - by rt-2 - 10.09.2016, 19:37
Re: MySQL connections, 1 or more is faster? - by venomlivno8 - 10.09.2016, 21:32
Re: MySQL connections, 1 or more is faster? - by rt-2 - 10.09.2016, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)