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