10.09.2016, 19:07
Hi,
I just thought about this:
I have my own machine, with a MySQL server.
All my game-mode have only 1 connection-handle (1 MySQL connection I guess).
Do you guys think it would be faster if I would open like 10-15 connections and have different parts of the script use different connections?
Simple question: Would it be faster to have all my SQL requests divided into 10 connections instead of using only 1 connection.
Thank you,
rt-2
I just thought about this:
I have my own machine, with a MySQL server.
All my game-mode have only 1 connection-handle (1 MySQL connection I guess).
Do you guys think it would be faster if I would open like 10-15 connections and have different parts of the script use different connections?
Simple question: Would it be faster to have all my SQL requests divided into 10 connections instead of using only 1 connection.
Thank you,
rt-2