Bye from forks sends signals?

2024-01-05 Thread Dmitry Non
Hey! Is this newsletter alive?:) Disclaimer: I'm not very familiar with system programming and POSIX I'm playing around with `native` and ZeroMQ and found a curious behaviour. (unless (fork) (wait 2000) (bye)) (setq Context (native "libzmq.so" "zmq_ctx_new" 'P)) (set

Bye from forks sends signals?

2024-01-05 Thread Dmitry Non
Hey! Is this newsletter alive?:) Disclaimer: I'm not very familiar with system programming and POSIX I'm playing around with `native` and ZeroMQ and found a curious behaviour. (unless (fork) (wait 2000) (bye)) (setq Context (native "libzmq.so" "zmq_ctx_new" 'P)) (set

Re: Bye from forks sends signals?

2024-01-05 Thread Alexander Burger
Hi Dmitry, > Is this newsletter alive?:) Yes, just not so noisy :) > I'm playing around with `native` and ZeroMQ and found a curious behaviour. > > (unless (fork) > (wait 2000) > (bye)) > > (setq Context (native "libzmq.so" "zmq_ctx_new" 'P)) > (setq ZMQ_REP 4) >