Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Can Singularity provide realtime-aware maximum latency guarantee? Commented May 4, 2014 at 0:11
  • @Eonil Not really my field, but I think you're asking if it can do hard real-time. I don't think so, since it uses garbage collection all over the place. Singularity hasn't been updated in a while as far as I know, but maybe someone has made something similar with a real-time garbage collector. Commented May 4, 2014 at 0:23
  • Thanks. I just wanted to check. I have heard there're some realtime GC implementations, but I haven't heard how they are used practically in the industry… Commented May 4, 2014 at 0:40