> The same lack of forgiveness is present in threaded web applications. > There is normally no time that all threads are simultaneously in a pausable > activity. I did hear about one GC based system that solved this problem by > using an external load balancer to remove traffic from the process in > advance of a GC, so the system was under no load during the world-stop. Not > a very generalizable solution. > Actually it is fairly general as the same can be any message pump based service- a runtime can manage and load balance them , This can work for many things except where there is a shared resource . You can than try to place those resources in a single service with either a small or static heap.
Ben
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
