On 03/18/10 04:04 PM, Steve Gonczi wrote:
After Stephen Hahn's  excellent post  re: coalescing actuators, only one 
question
remains:

How do we trigger multiple actuators for a single file change?

The use case for this,  a service manifest change, which necessitates
both importing it, and  re-starting the service that it impacts.

Any suggestions would be appreciated.

Remember also that you don't need to rely on actuators necessarily to trigger service restarts. What isn't clear to me, for example, is the dependency structure of your SMF services.

For example, remember that SMF, depending on how you've structure your service dependencies can trigger restarts automatically of dependent services via the restart_on attribute.

Since it sounds like your services are relatively interdependent, then perhaps the better option would be to use SMF's dependency structure and the restart_on attribute to possibly accomplish the same goals?

Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to