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