This is a fantastic idea! Any progress on this?

On Sunday, March 4, 2012 10:53:23 PM UTC-5, Jon Forrest wrote:
>
> As many learning Puppet for the first time, the fact that the
> order of actions is undefined unless specific metaparameters
> like 'require' are used. Fine.
>
> This got me to thinking. The GNU make program has the "-j"
> option, which allows make to start more than one action
> in parallel if the actions are at the same dependency level.
> I've used this option on a 48-core machine to great benefit.
>
> So, why can't there be a similar option in the puppet agent?
> I can easily imagine how this could substantially reduce the
> length of time for a puppet run.
>
> (The make "-j" option allows an optional numeric value, which, if
> given, is the maximum number of actions that can be run
> in parallel. If no numeric is given, then there's no limit
> to the number of parallel actions).
>
> I did a quick review of the Puppet manual but I didn't see
> anything like this. Am I missing something? Is this a good
> idea?
>
> Cordially,
> Jon Forrest
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/b836c960-09bc-48f5-8b5f-407d42233b10%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to