zoukankan      html  css  js  c++  java
  • 0MQ手册(给力!)

    很给力: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.
     
  • 相关阅读:
    UML画图
    UML笔记
    电脑启动顺序
    评教有感
    部署图
    活动图
    给八期授课之主板电池的思考
    给八期授课之人员分配的思考
    构件图
    cocos2dx获得机器语言
  • 原文地址:https://www.cnblogs.com/Mainz/p/1929157.html
Copyright © 2011-2022 走看看