We've talked about eventually adding signal handling functionality in the past, and it seems like its necessary for pgbench to work, and possibly the rest of postgres, which seems heavily dependent on signals for communication.
I think its time to take a whack at this. Max is going to attempt to implement the syscalls for sigaction(), sigprocmask, and kill(), while Jonathan is going to attempt to have nacl call the registered function.
Will set up a meeting next week for us to go over this and put together a small design document.
We've talked about eventually adding signal handling functionality in the past, and it seems like its necessary for pgbench to work, and possibly the rest of postgres, which seems heavily dependent on signals for communication.
I think its time to take a whack at this. Max is going to attempt to implement the syscalls for sigaction(), sigprocmask, and kill(), while Jonathan is going to attempt to have nacl call the registered function.
Will set up a meeting next week for us to go over this and put together a small design document.