Re: [go-nuts] Pdeathsig alternate for other operating systems

2018-02-12 Thread Ian Lance Taylor
On Mon, Feb 12, 2018 at 5:18 PM, Amandeep Gautam wrote: > > 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/#SysProcAtt

[go-nuts] Pdeathsig alternate for other operating systems

2018-02-12 Thread Amandeep Gautam
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