Quote:
Originally Posted by Saix
However our current chat, I believe, is not a 'finished' design. We'll be getting the full version no doubt, and I don't know whether that will have some way of decreasing server-usage. This chat would be fine if we could get unlimited hosting though...
|
The full version will, from my understanding, only add support for multiple channels at once. Meaning you could be in several channels at once.
This will INCREASE server usage, not DECREASE it.
The reason why the chat is causing these messages is that its AJAX, which means its a constant connection to the server.
Basically, for every single user online, it constantly asks the server if there's any new data (chat messages). The server resource usage increases exponentially with the number of users online.