I was asked this question: What kind of people don't you like?
I was also asked this question: How do you deal with conflict? Do you confront it or avoid it?
What are some good answers to these questions?
Post An Answer | 1,621 Views |
What locking constructs are available on platform X
(NT = semaphore, critical section, mutex), What are the main differences between them?
Post An Answer | 559 Views |
Familiar with multi-reader, single writer locks?
Post An Answer | 578 Views |
How could you implement that given a simple binary semaphore OS construct?
Post An Answer | 487 Views |
How does this implementation behave? Can it starve readers? Starve writers?
Post An Answer | 459 Views |
Why not use multi-process for this? Why would you WANT to run a multi-process web server?
Read Answers(2) | 678 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 | 481 Views |
How is a thread different from a process?
Read Answers(4) | 935 Views |
How is multithreading useful for a web server? A browser?
Read Answers(2) | 584 Views |
What is Marshalling?
Read Answer(1) | 648 Views |