Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dex4er/pyjo-reactor-ev
- Owner: dex4er
- Created: 2015-03-02T21:38:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T22:58:12.000Z (almost 9 years ago)
- Last Synced: 2024-10-28T09:01:36.269Z (3 months ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/