Re: fork w/o execv

2016-07-31 Thread Luke Small
Thanks! I like to use kqueue and it is to redis database update for multiple processes, possibly among multiple machines. I can have a sentinel programs spawn off secondary IP sockets to threads and through database listings, it could notify the thread that a unified operation on sessions from poss

Re: fork w/o execv

2016-07-31 Thread Peter J. Philipp
On Sun, Jul 31, 2016 at 09:05:52AM +, Luke Small wrote: > I'm trying to do some operations in which I fork and the child closes and > simplifies socketpair listings and sends the simpler list of malloced file > descriptors to a function and sends ioctl data after it opens a socket. The > parent