Quote:
Originally Posted by Ideal Web Tech
Apache should be able to handle over 1k active connections without much trouble on even moderate server hardware. Mysql will hold more connections open currently (1 per user active in the chat), but with some tuning the extra connections shouldn't be a big deal. We are looking into options to try and see about avoiding having to maintain a mysql connection open for each stream but thats a bit tricky and has all kinds of other complications we are looking into solving. Ideally we can come up with a fix for this without stressing the filesystem, and without requiring memcache.
The character issue for now we can't do a whole lot about it right the second, but we will look into options as we have time after the next major update.
|
Don't know what can be changed here, there is more than 2000 users online, mysql connections goes up 16x and apache requests 7x when the plugin is active to everybody, which kills the server: an octocore with more then 12gb can not handle it. Is there anything that I can experience here to solve this? This is really a good plugin that I would like to share with our users.