Working with queries.
#2

If you have 600 queries waiting to be processed you really need to sort your shit out. What on earth are you doing? Sending queries under OnPlayerUpdate?

The only way to make a query only be processed until all others have been is to make them unthreaded, but that means your entire server will halt (including player sync etc.) until the query is processed.
Reply


Messages In This Thread
Working with queries. - by audriuxxx - 23.03.2014, 06:13
Re: Working with queries. - by MP2 - 23.03.2014, 06:15
Re: Working with queries. - by audriuxxx - 23.03.2014, 06:18
Re: Working with queries. - by MP2 - 23.03.2014, 06:24
Re: Working with queries. - by audriuxxx - 23.03.2014, 06:41
Re: Working with queries. - by Lloyde - 23.03.2014, 06:46
Re: Working with queries. - by MP2 - 23.03.2014, 06:48

Forum Jump:


Users browsing this thread: 1 Guest(s)