Sylvain Wallez wrote:
Hi all,

I (once again) did some refactoring in ECM++ to implement a lazy-loading strategy for components. Using this strategy, a component is loaded (including it's class) only when looked up. This heavily reduces Cocoon's initialization time.

Cool!

What about the components running in the background, like cron or hsqldb. These components are rarely looked up, but should run on startup.
Do you test for Startable?


Carsten

Reply via email to