Resources employed when thread is created
What resources are employed when a thread created? How do they vary from those while a procedure is created?
Expert
While a thread is created the threads does not need any new resources to execute the thread shares the resources such as memory of the procedure to which they associate to. The benefit of code sharing is that it let an application to hold several different threads of activity all inside the same address space. While if a new process creation is very heavyweight since it always requires new address space to be make and even if they share the memory then the inter process communication is costly when compared to the communication among the threads.
Normal 0 false false
How can a great biological diversity preserve an ecosystem from environmental injuries? Why are less bio-diverse ecosystems in the risk of suffering deep biological injuries if submitted to even small alters?
UNIX OS shell: A shell is an interactive user interface to operating system services which permits a user to enter commands as character strings or via a graphical user interface. The shell transforms them to system calls the OS or forks off a process
Normal 0
Explain what is an analogy for the smooth endoplasmic reticulum?
18,76,764
1957021 Asked
3,689
Active Tutors
1415520
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!