Hi all... I have an efficiency question. I have a bundle kicking off a small number of instances (typically one but could be more) interacting with a larger number of bundles. At the moment I have the large group kicking off services with names that the small group of instances tracks. I'm considering more of a whiteboard pattern with the instances launching services specifying the names of the bundles sought, and the bundles tracking the services. Either way, the instances will need to track the states of the bundles.
So which is more efficient? A large number of servicetrackers tracking a small number of services? Or a small number of servicetrackers tracking a large number of services? Don --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

