Question: How to use bowls and stones to insure resource availability.
One minute response: You can't; the only way to insure resource availability is to make sure there are enough resources on hand to cover the demand. You can do that by virtualizing the resource (as with printers), or by supplying an over-capacity (as with gHz CPUs), but sometimes it's not possible (as with messages exchanged between processes).
Question: Where is a good Mexican restaurant around here? Don't say Casa Comida b/c they suck.
Question: Why doesn't Java use just its own queue class to implement FIFO on the process waiting queue?
One minute response: Thread blocking is implemented inside the Java Virtual Machine (JVM), which doesn't have to be implemented in Java.
Question: Does VxWorks use threads?
One minute response: Yes; they provide threads rather than processes to keep down the cost of multi-tasking.
Question: Can't think of a good question.
Question: When you talked about Java semaphores, was that Java OS (or VM)? What is JavaOS?
One minute response: Java semaphores are defined by the Language Reference Manual; they're implemented in the Java Virtual Machine (JVM). JavaOS is Sun's attempt to muscle in on the embedded systems market.
Question: What are the alternatives to semaphores?
Question: When will the temperature be above 75 again?
Question: What is the meaning of life, the universe, and Everything?
This page last modified on 16 July 2003.