Pipes support half duplex communication. But if we want
full-duplex communications we should use two pipes between
two processes. Is such situation can leads to deadlock?
Write two scenarios that could leads to deadlock in such
situations?
Answer / nouff
Pipes support half duplex communication. But if we want
full-duplex communications we should use two pipes between
two processes. Is such situation can leads to deadlock?
Write two scenarios that could leads to deadlock in such
situations?
| Is This Answer Correct ? | 0 Yes | 1 No |
What uses unix operating system?
What is difference between SSH V1 and SSH V2? What are drawbacks of SSH V2?
In what way the protection fault handler concludes?
How do you delete a file in unix?
What is page fault? Its types?
unix command how to dispaly no of records in oracle?
command to show the space allocation of files?
What is grep family in unix?
What are the links and symbolic links in a unix file system?
Is unix still relevant?
How can you count the number of characters and lines in a file?
i have one column with data smith john michale the o/p should be smith,john,michale how we do in unix