Re: [Puppet-dev] Various compiler performance patches

2012-07-09 Thread Nigel Kersten
On Fri, Jul 6, 2012 at 11:29 AM, Brice Figureau wrote: > On 06/07/12 18:44, DEGREMONT Aurelien wrote: >> No, Puppet uses a lot of RPC to ask for each metadata of each file it has to >> take care from the catalog. Most of the >> time, 95 % of your file are already up to date. They do not have cha

Re: [Puppet-dev] facter detection of powervm (aix/linux_ppc/iseries virtualization)

2012-07-09 Thread swfan
created a ticket for this and attached the files. On Monday, July 2, 2012 4:30:54 PM UTC-4, Andy Parker wrote: > > Thanks for the patches. Could you either submit a ticket on redmine ( > https://projects.puppetlabs.com/projects/facter) and attach the patches > or fork facter on github and submit

Re: [Puppet-dev] Various compiler performance patches

2012-07-09 Thread DEGREMONT Aurelien
Le 06/07/2012 20:29, Brice Figureau a écrit : The counterpart is that your compilation will now take ages (ie you'll have to compute those checksums during compilation). Your clients might timeout. That's how static compiler works. I agree that more computation should be done at catalog compilat