mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
|
ZeroMQ - Distributed Computing Made Simple
|
||
|
|
||
|
* The socket library that acts as a concurrency framework.
|
||
|
* Carries messages across inproc, IPC, TCP, and multicast.
|
||
|
* Connect N-to-N via fanout, pubsub, pipeline, request-reply.
|
||
|
* Asynch I/O for scalable multicore message-passing apps.
|
||
|
|
||
|
WWW: http://www.zeromq.org/
|