On 10/22/2012 2:11 PM, Jakov Sosic wrote:
But as a side note, I'm wondering at what number of nodes one must replace puppetmaster with Apache+Passanger? Just a rough estimate, let's say master runs on 2 socket quadcore. Is it 50 agents? 100 agents? 200 agents?
Available CPU has no bearing on your question. Webrick is single threaded so the limiting factor is concurrency > 1. If your client requests aren't overlapping then webrick will work fine. However if you're using Puppet to support production servers I'd use Passenger/Apache regardless of whether you're likely to hit the limits of webrick.
Ramin -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.