Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dex4er/pyjo-reactor-ev

Low level event reactor with libev support for Pyjoyment
https://github.com/dex4er/pyjo-reactor-ev

Last synced: 29 days ago
JSON representation

Low level event reactor with libev support for Pyjoyment

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/dex4er/Pyjo-Reactor-EV.png?branch=master)](https://travis-ci.org/dex4er/Pyjo-Reactor-EV)
[![Documentation Status](https://readthedocs.org/projects/pyjo-reactor-ev/badge/?version=latest)](http://pyjo-reactor-ev.readthedocs.org/en/latest/)

Pyjo-Reactor-EV
===============

Low level event reactor for Pyjoyment with pyev support.

Pyjoyment
=========

An asynchronous, event driver web framework for the Python programming language.

Pyjoyment provides own reactor which handles I/O and timer events in its own
main event loop but it supports other loops, ie. EV.

See http://www.pyjoyment.net/

pyev
====

Python libev interface.

See https://pythonhosted.org/pyev/

libev
=====

libev is a high-performance event loop, supporting eight event types (I/O,
real time timers, wall clock timers, signals, child status changes, idle, check
and prepare handlers). libev supports `select`, `poll`, the
Linux-specific `epoll`, the BSD-specific `kqueue` and the Solaris-specific
event port mechanisms for file descriptor events (I/O).

See http://libev.schmorp.de/