Re: New egg: nng

2021-11-07 Thread Mario Domenech Goulart
Hi Ariela, On Fri, 05 Nov 2021 09:31:54 -0300 Ariela Wenner wrote: > Welp... that's a bummer. I was sure it was a timing issue with the tests. > > I'll keep poking at it on different machines to see what I'm missing. > > Thanks for giving it a try! Cheers! Thank you for your efforts and for

Re: New egg: nng

2021-11-05 Thread Ariela Wenner
times >> just to be sure. No hang. Maybe I'm just being extremely unlucky though, so >> as >> always feedback is appreciated. >> >> Just pushed a new tag with the changes, fingers crossed. > >Thanks. > >I'm sad to report, though, that tests of 0.2.1 still h

Re: New egg: nng

2021-11-04 Thread Mario Domenech Goulart
just being extremely unlucky though, so as > always feedback is appreciated. > > Just pushed a new tag with the changes, fingers crossed. Thanks. I'm sad to report, though, that tests of 0.2.1 still hang here. I'm testing it with the following command: $ test-new-egg nng https://gitl

Re: New egg: nng

2021-11-01 Thread Arnaud Bailly
Thanks a lot! I have started using zmq (from Haskell) to implement some networking for a protocol and I was quite pleased with experience so far. Did not implement any form of authent or security though, as we don't really plan to use zmq as is in production. I was wondering whether or not it

Re: New egg: nng

2021-11-01 Thread Ariela Wenner
Honestly, for my usecase, they are about the same. My main work with nng/zmq is implementing the actor model (I have two implementations, one for CHICKEN with nng, and a port for Common Lisp with zmq), so rep/req (and inproc pair for some sync when spawning an actor), nothing terribly complex.

Re: New egg: nng

2021-11-01 Thread Arnaud Bailly
I am currently using 0MQ (not in chicken though) and have been looking at nng for a while, but unsure how mature it is. What's your feedback using it? What are you using it for? Just curious :) -- Arnaud Bailly - @dr_c0d3 On Sun, Oct 31, 2021 at 9:19 PM Ariela Wenner wrote: > > So, here's

Re: New egg: nng

2021-10-31 Thread Ariela Wenner
So, here's a followup I linked pthreads and added the things you suggested to the wiki. As for the hangs, I hate to say this but it seems like the test was the problem. More precisely, it seems like the topic for the subscriber socket wasn't set fast enough, so when the publisher socket sent a

Re: New egg: nng

2021-10-31 Thread Ariela Wenner
Hi Mario! Thanks for the feedback! I'll be fixing the minor issues when I have time. As for the hang... yeah, damn. That's a bug I THOUGHT I had fixed but apparently not. It's weird that it only happens with pub-sub, and only sometimes. If anyone knows what might be going on hmu, help is

Re: New egg: nng

2021-10-31 Thread Mario Domenech Goulart
Hi Ariela, On Fri, 29 Oct 2021 13:35:52 -0300 Ariela Wenner wrote: > Hi all! I'd like to add my nng egg to the coop. Went through test-new-egg and > everything seems fine. > > Release info is at > https://gitlab.com/ariSun/chicken-nng/-/raw/main/nng.release-info > > Wiki page is

New egg: nng

2021-10-29 Thread Ariela Wenner
Hi all! I'd like to add my nng egg to the coop. Went through test-new-egg and everything seems fine. Release info is at https://gitlab.com/ariSun/chicken-nng/-/raw/main/nng.release-info Wiki page is http://wiki.call-cc.org/eggref/5/nng This is the first time I publish an egg so please let