Commit Graph

10 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
7da7b51c52 nanomsg: explicitly disable doc generation, otherwise it picks up
asciidoctor at configure time. (docs weren't packaged).
2022-02-17 09:44:07 +00:00
jasper
7a5c0b3ec5 drop maintainership for stuff i've not used in a long time 2021-06-05 12:34:05 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
jasper
966253f31f update to nanomsg-1.1.5 2018-10-19 19:29:38 +00:00
jasper
bbc133b1a7 update to nanomsg-1.1.4 2018-06-11 13:14:22 +00:00
jasper
4ab9e88a76 update to nanomsg-1.1.3 2018-05-26 19:38:16 +00:00
jasper
aee9430ef5 update to nanomsg-1.1.2 2017-11-07 12:01:18 +00:00
jasper
055cae28f2 update to nanomsg-1.1.0 2017-10-22 12:18:56 +00:00
jasper
7652644c90 import nanomsg-1.0.0
nanomsg is a socket library that provides several common communication
patterns. It aims to make the networking layer fast, scalable, and easy
to use.

The following scalability protocols are currently available:

    PAIR - simple one-to-one communication
    BUS - simple many-to-many communication
    REQREP - allows to build clusters of stateless services to process
    	     user requests
    PUBSUB - distributes messages to large sets of interested
    	     subscribers
    PIPELINE - aggregates messages from multiple sources and load
    	       balances them among many destinations
    SURVEY - allows to query state of multiple applications in one go

ok aja@
2016-06-16 07:32:48 +00:00