Difference between the fork and vfork system call
Write a short note on the difference between the fork() and vfork() system call?
Expert
All through the fork() system call the Kernel creates a copy of the parent process's address space and attaches it to the child process.However the vfork() system call don’t creates any copy of the parent's address space, therefore it is faster than the fork() system call. The child process as a outcome of the vfork() system call executes exec() system call. Child process from vfork() system call executes in the parent's address space (or this can overwrite the parent's data and stack) that suspends the parent process till the child process ways out.
Explain what are you meant by the processing device? List the different kinds of the processing devices?
Describe briefly about the directory representation in UNIX?
Explain the term IIL.
Give a brief explanation of I/O channel.
What is the use of Conventional memory in the system?
What is the difference between DDR-I and DDR-II?
List the ways by which we can implement the condition in the workflow?
Write down the difference between macro and subroutine.
Write down the applications of Disk Cloning?
18,76,764
1936584 Asked
3,689
Active Tutors
1428299
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!