So many times, we make foreground process to background process in linux system. How does it handle internally ?
How a background process is treated by operating system ?
while(true) { sleep(1); /* sleep for 1 second */ if(getpid()%2 == 0) { fork(); } }
How many no.of processes are created by the end of 12th second, if time starts from 0th second? Process id's start from 0.
N numbers of UEs can be scheduled at a particular TTI. So How does an UE get to know its own DCI ?