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.
     
  • 相关阅读:
    文件上传和下载
    代理模式
    设计模式分类
    单例模式
    抽象工厂模式
    成长
    Java教程
    python面试大全
    python入门教程
    收藏网摘
  • 原文地址:https://www.cnblogs.com/Mainz/p/1929157.html
Copyright © 2011-2022 走看看