ZERORPC performance test of high performance distributed RPC framework based on ZEROMQ

Source: Internet
Author: User

ZEROMQ is a distributed RPC framework Zerorpc-python based on ZEROMQ, gevent, and msgpack development. This framework is simple and easy to use.

1. Install ZEROMQ

Yum-y Install zeromq
yum install gcc gcc-c++ libuuid-devel python-uuid uuid
wget http://download.zeromq.org/ zeromq-2.1.9.tar.gz
./configure make make
install

2. Install Gevent

Pip Install Gevent

3. Install Zerorpc

Pip Install Zerorpc

Test code for server:

Import zerorpc
Import Time
class Hellorpc (object):
    def hello (self, name):
        print   ' This is%s '  %s '% (Name,time.strftime ('%y-%m-%d%h-%m-%s ', Time.localtime (Time.time ()
        )) Return "Hello,%s"%time.strftime ('%y-%m-%d%h-%m-%s ', Time.localtime (Time.time ()))
s = zerorpc. Server (Hellorpc ())
s.bind ("tcp://0.0.0.0:4242")
S.run ()

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.