hello, Probably best to send this kind of thing to mcollective's mailing list rather than puppets :)
----- "linuxdatacenter" <linuxdatacen...@gmail.com> wrote: > I've been thinking a lot about running mcollective on my production > servers recently, especially about its nice integration with puppet > (using facts and so on). However I've got some concern about its > scalability - how publish/subscribe middleware scales in terms of > speed and flooding the network. I run about 2000 servers. Has anyone > got any experience running mcollective on similar scale? 2000 nodes certainly is within my goals with the design, that said there has not been such a big deploy. If any problems at all it will be related to the fast producer/slow consumer style problems. In MC the consumer is very fast (it does very little) but still, should there be a problem it will be a fairly simple matter to convert the replies to go over a queue rather than a topic. That should resolve any issue with it. You'd probably want a few activemq instances in a cluster in such a setup, though I've heard of much larger client counts on activemq. -- R.I.Pienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.