Hi, if I have a python script (lets call that process X) and Mesos launches X. Within X I then open a sub process that does an open (lets call the process it opens Y).
Question: does Mesos cgroup isolation still wrap both X and Y? Basically I want to confirm that if I setup the CPU for lets say 8 core then both X and Y will be bound by my value of 8 and not just X. Thanks in advance! /******************************************* Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop> ********************************************/
