I find it is tricky to debug a concurrency Go program in multi-core 
systems, so I wonder if there is a way to make the program run in 
deterministically. Can I assume a program with GOMAXPROCS(1) can be 
deterministically 
executed ?

Here a deterministic execution means once the input is given, the execution 
of the prorgam is serialized. Every instruction in the execution follows a 
certain order unless the input is changed.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/f6587369-f5d3-489c-98d7-7bbf79c05b65n%40googlegroups.com.

Reply via email to