Nicolas Williams wrote: > 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? > We're not using svccfg, so no. We have a project specific cli and library for our clients. The SMF property groups and properties will likely be project private (assuming that is possible). svccfg and/or libscf will not be the preferred tools to update this project's configuration repository.
The performance won't be an issue for normal day-to-day use. It will only be a factor if a customer wanted to preload a configuration for this project. I just wanted to ensure that what I was seeing was "normal". - John