Chapter 5: The ACE Service Configurator Framework

This chapter describes the design and use of the ACE Service Configurator framework, which is an implementation of the Component Configurator pattern. This pattern helps increase application extensibility and flexibility by decoupling the behavior of services from the point of time when implementations of these services are configured into application processes. The chapter concludes by illustrating how the ACE Service Configurator framework can help to improve the extensibility of our networked logging server.


Back to C++NPv2 home page.