04.09.2010, 17:31
Quote:
I've never needed to use more than 1 connection, so yeah, I haven't experienced what you've had.
|
I did 'mirror' the data, but that was when I was switching to mysql. All I did was I was saving data (players, vehicles, houses) to both database and file mysql, but script read data only from file, but that was for short time.
Anyways, if you want to log some data into database, that's fine, I log a lot of things there, you can use threading or INSERT DELAYED, but if you are using ServerFFs's mysql database same as me, you may experience same problems with threads