SA-MP Forums Archive
Prefered SQL Plugin? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Prefered SQL Plugin? (/showthread.php?tid=511596)



Prefered SQL Plugin? - Deal-or-die - 06.05.2014

Hey!

Just a simple question.

If you were to start another GM, which SQL plugin would you use?

Cheers!
Deal.


Re: Prefered SQL Plugin? - Vince - 06.05.2014

BlueG's. The others aren't even worth looking into.


Re: Prefered SQL Plugin? - Twizted - 06.05.2014

BlueG's, the best.


Re: Prefered SQL Plugin? - iZN - 06.05.2014

I always prefer BlueG's plugin, it's so far best, and fastest plugin (IF you use threaded queries).


Re: Prefered SQL Plugin? - VladimirMark - 06.05.2014

BlueG's :3 It's the fastest as far as I know


Re: Prefered SQL Plugin? - Deal-or-die - 07.05.2014

Cheeeers!!

I was looking at using BlueG's just thought I'd grab some opinions first.

Don't know anything about threaded queries but do want to learn... Best place to read up about them in a sa-mp situation?

Cheeers,
Deal


Re: Prefered SQL Plugin? - iZN - 07.05.2014

https://sampforum.blast.hk/showthread.php?tid=337810


Re : Prefered SQL Plugin? - S4t3K - 07.05.2014

BlueG's one, the best and the most popular arround SAMP.

And he doesn't have to know how to use threading if he uses the plugin in R6 or below.
But it's highly recommended to use threading : better performances, less crashes and less problems. I also don't know what threads were until I used the plugin and I understood the global way of work.

A thread is a separate process from samp-server's one, means that a threaded query doesn't wait for the previous queries to be over to do what it has to do.
Imagine a day, you fail in your save query, no queries could be runned after the first bugged query is launched until the query is debugged, but with threading, you don't have to worry about it.

I'm not a threading expert, and I'm far away from this title, but I can make good work with things I know.


Re: Re : Prefered SQL Plugin? - B-Matt - 07.05.2014

Quote:
Originally Posted by S4t3K
View Post
BlueG's one, the best and the most popular arround SAMP.

And he doesn't have to know how to use threading if he uses the plugin in R6 or below.
But it's highly recommended to use threading : better performances, less crashes and less problems. I also don't know what threads were until I used the plugin and I understood the global way of work.

A thread is a separate process from samp-server's one, means that a threaded query doesn't wait for the previous queries to be over to do what it has to do.
Imagine a day, you fail in your save query, no queries could be runned after the first bugged query is launched until the query is debugged, but with threading, you don't have to worry about it.

I'm not a threading expert, and I'm far away from this title, but I can make good work with things I know.
You can use non thread queries in R33+ versions of BlueG's plugin.


Re : Prefered SQL Plugin? - S4t3K - 07.05.2014

Indeed, you can, but what's the point ?

I mean, it's like you buy the last iPhone (5S in France) but you don't use either the A7 CPU or the fingerprint unlocking option : it's wasting.