I have an application which uses mmap for ipc. Can I run this application multiple times? Will it have any side effects ?
My application scenario: my application forks off a child process whose job is to always kill the parent process randomly but it should do this in controlled manner, for example setting a variable in parent process which indicates the child process to kill the parent process (here comes the mmap). The parent process has a signal handler where it can resume the application again the child process kills the parent process it continues... Can any one help me? thanks in adavnce