On Thu, Aug 19, 2021 at 6:34 AM rmfr <remus.clearwa...@gmail.com> wrote: > > As the title describes, does this is allowed by the Golang's design? If it is > allowed, I think there would be at least two Golang runtime running in the > same process space, am I correct?
Assuming you are running on an ELF system and control symbol visibility, this can work. As you say, you would have two different Go runtimes in the same process, competing for access to the CPU and virtual memory. To be clear, this is not supported by the Go project. Ian -- 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/CAOyqgcXt-GKKnweBKZcMYDdNPyZfmcnzS5Xdvw229FmLxBLQfg%40mail.gmail.com.