My understanding is that concurrency systems based on one clever idea (actors, synchronized in Java) give terrible performance, scalability nd reliability and you really want a rich library of primitives like you find in java.util.concurrent.
My understanding is that concurrency systems based on one clever idea (actors, synchronized in Java) give terrible performance, scalability nd reliability and you really want a rich library of primitives like you find in java.util.concurrent.