About mysql_tquery and mysql_pquery. - 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: About mysql_tquery and mysql_pquery. (
/showthread.php?tid=495176)
About mysql_tquery and mysql_pquery. -
audriuxxx - 16.02.2014
Hi,
I want to ask. I see there is that difference between that queries:
The difference between this native and mysql_tquery() is, that this type of query uses multi-threading, thus it's faster depending on how many connections are used.
But if i use mysql_tquery, is it will be very slower? and now i have one connection, when i launch my server, and then some connections in my web to show something.
Re: About mysql_tquery and mysql_pquery. -
Vince - 16.02.2014
I think you'll only notice a difference if you're really sending tons of queries (50+ per minute).
Re: About mysql_tquery and mysql_pquery. -
audriuxxx - 16.02.2014
Thanks you. And another question. Sometimes happin when there is a lot of queries, then nothing is loading properly or something, but just when there pass some time.. Maybe i need more internet permeability ?
Re: About mysql_tquery and mysql_pquery. -
audriuxxx - 16.02.2014
UP THREAD. sorry