In Unix inter process communication take place using?
Answers were Sorted based on User's Feedback
Answer / dil ka don
Message Queues,
Fifo's
Semaphore,
Shared Memroy,
Sockets,
Signals
and File ...........
Is This Answer Correct ? | 20 Yes | 3 No |
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What is IPC? What are the various schemes available?
What is daemon?
Explain about daemon?
How do you execute one program from within another?
What is a zombie?
What is i-node numbers?
How to know whether the message queue is empty or not.
Explain how do you execute one program from within another?
What are various IDs associated with a process?
Explain the advantage of executing a process in background?
What are the system calls used for process management: