很给力:0MQ Guide

0MQ是一个轻量级消息内核。它实现了30微秒的端到端延迟和每秒超过300万的信息。它可用于C、C++、Python、.NET /Mono、Fortran和Java语言。它运行在AIX , FreeBSD的,基于HP - UX , Linux和MacOS下, OpenBSD系统, OpenVMS , QNX Neutrino, Solaris和Windows操作系统。
ØMQ \zeromq\, noun;
Ø  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.
Ø  Fast enough for clustered products and supercomputing.
Ø  Asynch I/O for scalable multicore message-passing apps.
Ø  Large and active open source community.
Ø  20+ languages including C, C++, Java, .NET, Python.
Ø  Most OSes including Linux, Windows, OS X.
Ø  LGPL free software with full commercial support.
 

相关文章:

  • 2021-07-25
  • 2021-09-29
  • 2022-12-23
  • 2021-10-08
  • 2021-12-27
  • 2021-07-28
  • 2022-12-23
  • 2021-10-03
猜你喜欢
  • 2021-09-11
  • 2021-11-01
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2022-02-18
相关资源
相似解决方案