[Closed] Spider bug? Or ?

7 replies [Last post]
¯¯SFC¯¯*NEY
Neytrino's picture
Offline
Joined: Jun 2008
Posts:

There is a bug spider at this site. Information Update servers are top of the list is much faster than other servers. If this is specially made - what's the point at all in such a spider? For example - while on my server had 5 players within 26 minutes - a spider at all times pozyvalsya 0. A server BEER freeze - changed the number of players all the time ...
Very interesting observation I would say .. Meanwhile, another server - had 16-19 players and was not shown at all. It's not like a simple bug site. Because I myself am a developer sites.

configs: ONLY RAIL v.2.3
servers:
NEY CTF FLY RAIL - 89.250.4.253 : 21977
NEY SOD CTF - 89.189.99.10 : 27969
MOSCOW FREEZE - 89.189.99.10 : 27960
Site: FORUM SFC Clan

3M'darkangel
darkangelspa's picture
Offline
Joined: Feb 2010
Posts:
Re: Spider bug? Or ?

yeah i noticed of it : )
when banana is full is not displayed on spider, same hapens with beer server, aim server, and ney server...


Gloria Mōmentum
Talent wins games, but teamwork and intelligence wins championships.”



“There is no hunting like the hunting of man, and those who have hunted armed men long enough and liked it, never care for anything else thereafter.”
—Ernest Hemingway

CSM> >HOLLOW
Piranha's picture
Offline
Joined: Apr 2010
Posts:
Re: Spider bug? Or ?

it has nothing to do with full server etc we had this discussion before and it seemed the servers wasnt sending enough heartbeats to the main q3 server or something along those lines Happy

j wrote:

..build a robot who control ppl? we have mow!

ZAXTOR<.|.>EDS
Zaxtor's picture
Offline
Joined: Jan 2010
Posts:
Re: Spider bug? Or ?

we can't correct it ?

lectorgc_
lectorgc_'s picture
Offline
Joined: Aug 2010
Posts:
Re: Spider bug? Or ?
ZAXTOR<.|.>EDS wrote:

we can't correct it ?

By default heartbeat time is 5 minutes. You can set any time in source code and recompile q3 bin. Another way is put this command in crontab.txt. (smth like "*/1 * * * * /heartbeat" for every minute).

Edit:

But I noticed other thing: if you look at list of servers, you see for example 5/16 players on one of them. You can refresh this page five times and it will be 5/16. But really it may be already 3/16. When if you open page with this server, you will see 3/16. And after that if you refresh list of servers again, you will see 3/16 too. So I think that in list of servers informations refreshing by requests from users. If someone open server's page, information about this server will be updated in server list immediately. So more popular servers usually opens more often then other servers, and information in server list are update most time.

I have the enemy flag!

* lectorgc_ rolls the dice 2 times ⚅ ⚅ and gets 12

¯¯SFC¯¯*NEY
Neytrino's picture
Offline
Joined: Jun 2008
Posts:
Re: Spider bug? Or ?

In fact, here the problem is that updating of these two pages are on different time. First page - this is a general list of servers - is updated about once per minute, the second page - a more detailed description of a specific server - updated faster and information is usually correct.
Previously, when the code is made Easy - the two-time match and everything worked fine, but now - no. Apparently the code has been fixed and works now is not quite correct. Maybe return it back?

configs: ONLY RAIL v.2.3
servers:
NEY CTF FLY RAIL - 89.250.4.253 : 21977
NEY SOD CTF - 89.189.99.10 : 27969
MOSCOW FREEZE - 89.189.99.10 : 27960
Site: FORUM SFC Clan

CSM> >HOLLOW
Piranha's picture
Offline
Joined: Apr 2010
Posts:
Re: Spider bug? Or ?
lectorgc_ wrote:

Edit:

But I noticed other thing: if you look at list of servers, you see for example 5/16 players on one of them. You can refresh this page five times and it will be 5/16. But really it may be already 3/16. When if you open page with this server, you will see 3/16. And after that if you refresh list of servers again, you will see 3/16 too.

yh i noticed this also when i joined a 10 man server(so it said on spider) then when i connected there was only 5 players!
with the old site this didnt happen u would open spider see the server u want to connect to has 7/16 players then refresh the browser and u see that it has become 9/16.

¯¯SFC¯¯*NEY wrote:

In fact, here the problem is that updating of these two pages are on different time. First page - this is a general list of servers - is updated about once per minute, the second page - a more detailed description of a specific server - updated faster and information is usually correct.

Previously, when the code is made Easy - the two-time match and everything worked fine, but now - no. Apparently the code has been fixed and works now is not quite correct. Maybe return it back?

so here we are even seeing the old site proving itself better than the new site Winking

j wrote:

..build a robot who control ppl? we have mow!

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Re: Spider bug? Or ?

All registered servers are queried from time to time.

If someone opens the details page for a server, it will query the server instantly (with one instance only to prevent DDoS attacks).
So yes, popular servers will update more often as the details page gets more visits.