Peafowl

Software Screenshot:
Peafowl
Software Details:
Version: 0.9
Upload Date: 12 May 15
Developer: Timothee Peignier
Distribution Type: Freeware
Downloads: 17

Rating: 1.0/5 (Total Votes: 1)

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(['192.168.1.1:21122'])
 >>> peafowl.set('my_queue', 12345)

 # Get messages from the queue:
 >>> from memcache import Client
 >>> peafowl = Client(['192.168.1.1:21122'])
 >>> while True:
 >>> print peafowl.get('my_queue')

Requirements:

  • Python

Similar Software

Cell Messenger
Cell Messenger

3 Jun 15

Viber
Viber

20 Jan 18

KDE Telepathy
KDE Telepathy

17 Feb 15

python-jabberbot
python-jabberbot

15 Apr 15

Other Software of Developer Timothee Peignier

instax
instax

20 Feb 15

Manifesto
Manifesto

20 Feb 15

metadata
metadata

14 Apr 15

Comments to Peafowl

Comments not found
Add Comment
Turn on images!