Quoth Nicolas Williams on Wed, Sep 05, 2007 at 03:36:35PM -0500: > On Wed, Sep 05, 2007 at 12:25:46PM -0700, John Forte wrote: > > Yes, it seems slow to me. I have a CLI application that takes ~6 seconds > > to add 100 property values, executing the command line for each. That > > seems excessive. And the other implementation I was referring to is the > > iSCSI target, which seems to exhibit the same timings. > > Can you use one svccfg invocation to update many props in one > transaction?
That wouldn't help: svccfg runs a transaction for each property change. I'll probably allow larger transactions in the enhanced profiles project. David