On Mon, Feb 21, 2005 at 02:12:10AM -0800, mehta kiran wrote: > Hi , > If CKRM is being used , is it always guaranteed > that child inherits parents attribute values.
In the absence of CE, at fork(), parent's class _is_ inherited by the child. If you have a CE, then the CE determines where the new task ends, CE could decide the classification at fork(), exec() or any other kernel classification points. For example, in RBCE if you have a rule "cmd=sleep,class=/rcfs/taskclass/sleep_class", and bash belongs to /rcfs/taskclass, then when sleep is invoked from bask, at fork(), the new task will belong to /rcfs/taskclass, and after exec it will be moved to /rcfs/taskclass/sleep_class. > Ex: parent uses 10% of cpu then will child > also use 10% of avaible cpu They both will belong to the same class, and the class will be entitled to 10% of available cpu. > > thanks, > --kiran > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ckrm-tech mailing list > https://lists.sourceforge.net/lists/listinfo/ckrm-tech -- ---------------------------------------------------------------------- Chandra Seetharaman | Be careful what you choose.... - [EMAIL PROTECTED] | .......you may get it. ---------------------------------------------------------------------- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech
