On Apr 9, 2008, at 3:28 PM, Adam Jacob wrote: > > On Wed, Apr 9, 2008 at 9:57 AM, Luke Kanies <[EMAIL PROTECTED]> wrote: >> So, question 1: Do we just get rid of selective recompiling? If so, >> then you can stop reading. :) > > I vote for getting rid of it. > > I already run with --ignore-cache, since we're using an external node > tool that might cause changes that puppet doesn't pick up in the > normal course of things.
Ok. > > As for the slowdown for people using stored configs, the right long > term answer here might be to write those storage requests out to a > queue instead of directly to the database anyway. That un-bundles the > act of feeding a client the manifest list from recording what has been > done for posterity. (You could even look at using my early > implementation of runnels to make this work, although it might be > overkill.) That's been my long term plan all along, and will be much easier once the current server-side code is replaced with REST, which I've been talking about so long now it's starting to feel like a myth (even though we're actually making great progress). Basically, you just configure the server to cache the client catalogs however you want, and you treat that cache as your queue. -- He played the king as if afraid someone else would play the ace. --John Mason Brown --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
