You'll need to do this manually, however a single ejabberd server can handle quite a lot of traffic. Each server adds a significant amount of available connections to your cluster, so it's not a common task.
That said, I'd really be careful running ejabberd in EC2. I've been doing it for about a year, and we fight mnesia network partitioning pretty regularly. Clustered ejabberd servers don't work very reliably in the EC2 network.
I am installing an infrastructure based on EC2 + ejabberd and have read this post. Do not you recommend? I planned to use as backend mysqlk (in AWS RDS) for tables that store large amounts of data. What do you think?
发布评论
评论(2)
您需要手动执行此操作,但是单个 ejabberd 服务器可以处理相当多的流量。每台服务器都会向集群添加大量可用连接,因此这不是一项常见任务。
也就是说,在 EC2 中运行 ejabberd 时我真的会非常小心。我已经这样做了大约一年,我们经常与 mnesia 网络分区作斗争。集群 ejabberd 服务器在 EC2 网络中工作得不太可靠。
You'll need to do this manually, however a single ejabberd server can handle quite a lot of traffic. Each server adds a significant amount of available connections to your cluster, so it's not a common task.
That said, I'd really be careful running ejabberd in EC2. I've been doing it for about a year, and we fight mnesia network partitioning pretty regularly. Clustered ejabberd servers don't work very reliably in the EC2 network.
我正在安装基于 EC2 + ejabberd 的基础设施,并已阅读这篇文章。你不推荐吗?我计划将 mysqlk(在 AWS RDS 中)用作存储大量数据的表的后端。你怎么认为?
I am installing an infrastructure based on EC2 + ejabberd and have read this post. Do not you recommend? I planned to use as backend mysqlk (in AWS RDS) for tables that store large amounts of data. What do you think?