Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [virgo-dev] Virgo - Parallel startup of Plans

Hi all,

just another follow-up to the startup issue - in case anybody has similar problems.

Our current solution is delegating the deployments of org.eclipse.virgo.nano.deployer.hot.HotDeployer to a "cpu-aware" deployer we have implemented. The HotDeployer will forward the deployments to the CpuAwareDeployer - which in turn will wait until the CPU usage drops below a certain percentage (e.g., 75% in our case). The code is currently running on our development servers and seems to have solved our problem.

The code is still quite prototypical and tailored towards our needs - but in case anybody would like to have it, we will of course share the sources.

Cheers,
Stefan


Back to the top