If you had an infinite supply of water and a 5 quart and 3 quart pail, how would you measure exactly 4 quarts?
Read Answers(9) | 9,034 Views |
How does this implementation behave? Can it starve readers? Starve writers?
Post An Answer | 1,135 Views |
How could you implement that given a simple binary semaphore OS construct?
Post An Answer | 1,147 Views |
Familiar with multi-reader, single writer locks?
Post An Answer | 1,352 Views |
What locking constructs are available on platform X
(NT = semaphore, critical section, mutex), What are the main differences between them?
Post An Answer | 1,280 Views |
Why not use multi-process for this? Why would you WANT to run a multi-process web server?
Read Answers(2) | 1,451 Views |
How is multithreading useful for a web server? A browser?
Read Answers(2) | 1,421 Views |
How is a thread different from a process?
Read Answers(4) | 2,003 Views |
In UNIX, are the files allocated contiguous blocks of data?
a) if no, how is the fragmented data kept track of
b) describe the direct blocks and indirect blocks in UNIX file system
Post An Answer | 1,182 Views |
Describe the file system layout in the UNIX OS.
a) describe boot block, super block, inodes and data layout
Post An Answer | 1,942 Views |