I am writing a process monitoring solution in go for AIX. I would like to 
signal the child process when the parent dies so that it does not become 
orphaned. In linux, one can set PdeathSig 
(https://golang.org/pkg/syscall/#SysProcAttr) and Go will take care of the 
rest. However this attribute is absent for other operating system, like 
AIX. Can someone provide pointers on how this can be achieved?

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