Re: Bye from forks sends signals?

2024-01-10 Thread Terry Palfrey
Dmitry Non Move to real time with the IRC channel: https://picolisp-explored.com/how-to-join-the-picolisp-community https://libera.irclog.whitequark.org/picolisp/2024-01-10 On Tue, 9 Jan 2024 at 19:14, Dmitry Non wrote: > Hey. > > That's awesome. Thank you very much, Alex! > > > On 6 Jan

Re: Bye from forks sends signals?

2024-01-09 Thread Dmitry Non
Hey. That's awesome. Thank you very much, Alex! > On 6 Jan 2024, at 06:48, Alexander Burger wrote: > > 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) >>

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) >

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))

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))