Hello
Is there a reason you’re using ETS instead of Redis?
I use ETS because it’s really fast in atomic operations.
I’m able to spread hundreds of thousands of users connecting at the same time within seconds among those topics.
if you want to assign users to
room*topics, you could also use a Redis sorted set.
Well the balancer I developed already do that, I just use a gen server.






















