[b][color=blue]StatServer Client and Statistic Update Limitations[/color][/b]
I think this might come in handy...?
A StatServer does not have a finite number of Statistics that it can handle - apparently, you can throw millions of requests at it and it will respond to them all...

- of course, this is really dependant on the specification of your hardware and how much memory is available...

As a rule of thumb, you can consider the following, based on update requests (from CCPulse+, etc.)
For 1000 statistics with a time profile of 10800 (24 hours) and all of them with a notification frequency of 2 seconds on a 64 bit OS, the amount of memory used will be:
1000 * 64 * 10800/2 = 345.6Mb ~ .3 Gb
There is also (apparently) a finite number of Clients that can connect to a StatServer, too - 1016. This means the number of Message Servers, Config Server, TServers, Clients (CCPulse+), etc. connecting in Real Time cannot exceed 1016. This might not seem like a problem until you come across a number of CCPulse+ Clients that have either locked out or have not been shut down gracefully. These "ghost" Clients remain connected and they will not disconnect until you restart your StatServer... Very soon you find that new Clients cannot connect, since there are more than 1016 Clients... Depending on your OS, there are various ways to check the number of Clients connected to a particular StatServer - I'm not going to list them but, if you are troubleshooting, this is a good place to start if your StatServer is refusing connections...

TT