Peafowl

A light weight server for reliable distributed message passing.
Download

Peafowl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Timothee Peignier
  • Publisher web site:
  • http://code.google.com/u/timothee.peignier/

Peafowl Tags


Peafowl Description

A light weight server for reliable distributed message passing. Peafowl is a powerful but simple messaging server. It enables reliable distributed queuing with an absolutely minimal overhead by using memcache protocol for maximum cross-platform compatibility.Synopsis # Start the Peafowl server as a daemonized process: >>> peafowl -H 192.168.1.1 -d # Put messages onto a queue: >>> from memcache import Client >>> peafowl = Client() >>> peafowl.set('my_queue', 12345) # Get messages from the queue: >>> from memcache import Client >>> peafowl = Client() >>> while True: >>> print peafowl.get('my_queue') Requirements: · Python


Peafowl Related Software