On 09/16/2018 12:12 PM, Kasun Vithanage wrote:
> Yes, forking is done using the OS. I was thinking of a workaround with go
>

The reason this works in (say) redis, is the copy-on-write feature of
the kernel you get with the fork.
You would have to implement all this in userspace to make a workaround.

/Peter

-- 
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