Best MySQL solution?
#2

R5-R7 are old versions.
Use the latest BlueG's plugin: R37.

You could use non-threaded queries to load certain data before your server is opened to the public.
Vehicle-data, mission-data, house-data and such things should be loaded before the server is open, for such things you can use non-threaded queries (mysql_query).

Once the server is running, use threaded queries for everything else as you don't want lag because some query might block further execution of your script while waiting for MySQL to process the query.
Loading player-accounts, updating their cash and score, ... should be done using threaded queries.
Reply


Messages In This Thread
Best MySQL solution? - by CH | FuDo - 01.03.2014, 14:51
Re: Best MySQL solution? - by PowerPC603 - 01.03.2014, 15:45
Re: Best MySQL solution? - by RajatPawar - 01.03.2014, 16:03
Re: Best MySQL solution? - by M3HR4N - 01.03.2014, 17:25
Re: Best MySQL solution? - by CH | FuDo - 01.03.2014, 17:39

Forum Jump:


Users browsing this thread: 1 Guest(s)