Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is Fork swap in unix?

6 like 0 dislike
Hello
What is Fork swap in unix?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by DBA-boss (120,990 points)

1 Answer

1 like 0 dislike
 
Best answer
fork() is a system call to create a child process. When the parent process calls fork() system call, the child process is created and if there is short of memory then the child process is sent to the read-to-run state in the swap device, and return to the user state without swapping the parent process. When the memory will be available the child process will be swapped into the main memory.
answered 1 year ago by eagles11 (179,830 points)

Related questions

6 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
6 like 0 dislike
1 answer
7 like 0 dislike
1 answer
asked 1 year ago by sr_webmaster (21,000 points)
7 like 0 dislike
2 answers
asked 1 year ago by DBA-boss (120,990 points)
7 like 0 dislike
1 answer
asked 1 year ago by eagles11 (179,830 points)