-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stops working after some time, then gets back if queried frequently. #3
Comments
Hello, I would highly recommend a caching layer on top of GameQ. Most newer game servers have anti-ddos measures to help prevent servers from being attacked. My guess is that Arma2 has something like this. I would say 5 minutes is a good expiry time. Please let me know if you have any other issues. -Austin |
Thanks, I did exactly what you said and now all is stable. Here's the implementation (in Russian though :) ) http://ra.velmet.org/arma2/gameq/example.php |
Hi Austing, it's Mikhail :)
All is working good, except one tiny issue. I don't even sure it's GameQ issue.
I have TS and Arma2 server queries on one simple page showing player list.
If I reload page with my query some few times during one minute then the queries somehow stop receiving replies. I mean connection is established but nothing else. Then in some 5-10 minutes all get's back and works perfectly. If reloads happen not frequent - works fine. If too fast, seems blocked or someting.
Can you guaess what can be the cause and how to deal with it?
P.s. I have only idea of building cache system and query data once in 5 mins by cron table.
Thanks in advance!
The text was updated successfully, but these errors were encountered: