DISQUS

metajack: Thoughts On Scalable XMPP Bots

  • Peter Saint-Andre · 1 year ago
    Hi Jack, that's a good overview -- thanks for posting!
  • Anders conbere · 1 year ago
    My understanding is that at least in Ejabberd the current implementation round-robins components. Providing at least some degree of protection for availability.

    ~ Anders
  • metajack · 1 year ago
    @anders: So if multiple component connections occur with the same component name, ejabberd will automatically round robin? If so, that at least solves the load balancing piece for ejabberd.
  • ezra · 1 year ago
    Yes ejabberd does round robin load balancing of components registered as the same component name.
  • kellan · 1 year ago
    Just to third, confirmed ejabberd round robin load balancing components. But it *seems* like you could re-use the your presumably more sophisticated (and possibly implemented in hard ware) load balancing infrastructures if you move to s2s.

    Of course, sophistication is just another word for more ways to break down :)
  • spsneo · 1 year ago
    I want to host a xmpp bot.
    Will I be able to connect xmpp through http proxy ?