On Mon, Feb 25, 2013 at 9:03 PM, Jagga Soorma <jagg...@gmail.com> wrote:
> Hi Guys,
>
> I am running puppet server version 3.0.2-1 on a RHEL 5.8 virtual machine
> with about 110 clients.  I am seeing intermittent errors with my clients
> that are failing with the following error messages:

Intermittent errors with a large(ish) number of clients hints to me
straight away that you could be running into issues with Puppet's HTTP
server, Webrick.  If you're not running puppet behind Apache with
mod_passenger, or Nginx with Unicorn, I'd suggest you look into those.
 Webrick is single-threaded, so depending on the timing of your
client's checkins, you can easily overload it, leading to the issues
you're seeing.

Regards,

Matt.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to