Compdef and compgrp
Q1) Is there any memory overhead if I keep many components enabled in a component group and keep most of them in shutdown mode on the server?
Q2) In below two scenarios, which one will perform better?
Scenario 1:
====================================================================
component group "Compgrp1" have 10 components enabled.
3 components of compgrp1 are running and the other 7 are shutdown on "srvr1".
7 components of compgrp1 are running and the other 3 are shutdown on "srvr2".
Scenario 2:
====================================================================
Split compgrp1 into two component groups (compgrp1_1 and compgrp1_2).
Enable 3 components in compgrp1_1 and enable the other 7 components in compgrp1_2.
Q3) We enable component in a component group. Can we keep this component enabled on srvr1 and disabled on server2?