码迷,mamicode.com
首页 > 数据库 > 详细

day11--RabbitMQ、Redis、Mysql

时间:2017-09-13 00:29:20      阅读:236      评论:0      收藏:0      [点我收藏+]

标签: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

    实现最简单的队列通信   

技术分享

   

 

day11--RabbitMQ、Redis、Mysql

标签:es2017   org   day   font   简单   tps   word   通信   pypi   

原文地址:http://www.cnblogs.com/gengcx/p/7512807.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!