zxvdr / PyJLog

Python bindings for JLog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python bindings for JLog

This package contains Python bindings for JLog. JLog is a pure C, very simple durable message queue with multiple subscribers and publishers (both thread and multi-process safe).

Dependancies

Install

Run this command:

python setup.py install

Performance

Roughly 175,000 writes per second, and 700,000 reads per second.

About

Python bindings for JLog


Languages

Language:C 93.1%Language:Python 6.9%