Thanks!

I once tried to use zeromq. For instance, the myserver2 example is
the following directory is based on zeromq:

http://ats-lang.sourceforge.net/EXAMPLE/EFFECTIVATS/http-server/

>>Fair warning: there aren't many scenarios where this design is a good idea

Could you elaborate?

Also, how do you compare zeromq with nanomsg?

On Monday, April 9, 2018 at 1:11:09 AM UTC-4, Andrew Knapp wrote:
>
> Hi all,
>
> I've extracted some ipc code from a larger codebase.
>
> https://github.com/ajknapp/ats-nanomq
>
> It's basically a bunch of SPSC ring buffers in shared memory, and is 
> ported from a C++ library
>
> https://github.com/rigtorp/nanomq
>
> Fair warning: there aren't many scenarios where this design is a good 
> idea, and the code also uses a few more unsafe things than I think would be 
> necessary if I knew ATS better (e.g. the head pointer).
>

-- 
You received this message because you are subscribed to the Google Groups 
"ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ats-lang-users+unsubscr...@googlegroups.com.
To post to this group, send email to ats-lang-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ats-lang-users/a03204ac-baf8-4fb2-bb57-7b13c802dedf%40googlegroups.com.

Reply via email to