标签:es2017 org day font 简单 tps word 通信 pypi
RabbitMQ:就是消息队列与Python里面的queue功能类似。线程和进程queue只能Python自己使用;不同机器和程序传递消息就要使用RabbitMQ了,中间传递。
RabbitMQ是使用erlang开发的
RabbitMQ队列
安装 http://www.rabbitmq.com/install-standalone-mac.html
安装python rabbitMQ module
pip install pika
easy_install pika
https:
/
/
pypi.python.org
/
pypi
/
pika
实现最简单的队列通信
标签:es2017 org day font 简单 tps word 通信 pypi
原文地址:http://www.cnblogs.com/gengcx/p/7512807.html