There are 498 active servers in the Global pool, but we have 8 servers that are only listed in their country and continent, so it brings us to 506 active servers! Whee! I should make a graph of that ...

        http://www.pool.ntp.org/

 - ask

mysql> select count(*) from servers s inner join scores sc on (sc.server=s.id) where sc.score >= 5 and s.in_pool = 1;
+----------+
| count(*) |
+----------+
|      506 |
+----------+
1 row in set (0.00 sec)



--
http://www.askbjoernhansen.com/

_______________________________________________
timekeepers mailing list
[email protected]
https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers

Reply via email to