[bitc-dev] Retrospective Thoughts on BitC
Bennie Kloosteman
bklooste at gmail.com
Tue Apr 10 04:51:35 PDT 2012
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.coyotos.org/pipermail/bitc-dev/attachments/20120410/5847a49d/attachment.html
More information about the bitc-dev
mailing list