摘要: 原文:http://blog.monitis.com/index.php/2011/05/22/picking-the-right-nosql-database-tool/nosql学习网站推荐:http://nosql-database.org/http://blog.nosqlfan.com/1... 阅读全文
posted @ 2014-09-01 16:56 stubborn412 阅读(174) 评论(0) 推荐(0) 编辑
摘要: import timefrom multiprocessing import Process,QueueMSG_QUEUE = Queue(5)def startA(msgQueue): while True: if msgQueue.empty() > 0: ... 阅读全文
posted @ 2014-09-01 12:19 stubborn412 阅读(399) 评论(0) 推荐(0) 编辑