Remote mysql database queries from sp causing lag in csgo
Posted: Wed May 25, 2016 7:48 am
by Josh
Any ideas or examples of how to remedy this? It would be appreciated.
Josh
Re: Remote mysql database queries from sp causing lag in csgo
Posted: Wed May 25, 2016 8:04 am
by Ayuto
You could use the GameThread class and run your queries in a separate thread.
https://github.com/Source-Python-Dev-Te ... ick.py#L50
Re: Remote mysql database queries from sp causing lag in csgo
Posted: Fri May 27, 2016 12:27 am
by Josh
Thanks a lot Ayuto, the support given to this project is very good.