Hi,
I asked this on the golang-dev list.  They redirected me here.
We are a hard realtime JavaVM GC company.  By hard realtime
we mean that the GC is preemptible, reentrant, non-blocking, non-pausing.
For multicore it is also parallel and concurrent.
Further for realtime we support priority inheritance for synchronization 
primitives, and of course hard realtime thread priorities.

GO's requirements for GC are slightly different. The concept
would be to add our hard RTGC to the GO runtime without
disrupting the language.  

My question is about the interest level in the GO user community.
We have developed and marketed hard realtime Java bytecode VM's
for 16+ years.  
GO looks like the new kid on the block.  Maybe it moves into 
realtime use-cases, maybe it doesn't.

Kind of doing an extremely informal poll here.  
Open to any thoughts, comments.

Thanks 
David Beberman
Aicas GmbH

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to