RSS 3 projects tagged "Event handling"

Download No website Updated 24 Nov 2012 MBassador

Screenshot
Pop 20.81
Vit 13.50

Mbassador is a very lightweight message (event) bus implementation following the publish-subscribe pattern. It is designed for ease of use and aims to be feature rich and extensible while preserving resource efficiency and performance. It offers annotation-driven configuration (and thus imposes no structural dependencies into client code), synchronous and asynchronous message delivery (configurable for each message publication and listener), weak references to registered subscribers (no memory leaks possible), message filtering based on custom filters configured via annotations, clean error handling mechanisms, very high throughput, and strong support of concurrent access.

Download Website Updated 31 Jan 2013 cqueues

Screenshot
Pop 27.91
Vit 10.59

cqueues is a comprehensive event and networking library for Lua 5.2 and LuaJIT using modern Unix O(1) polling facilities. It includes libraries for buffered socket I/O, SSL/TLS sockets, DNS querying, signal handling, threading, file change notification, and X.509 key management. It natively supports Linux, *BSD, OS X, and Solaris systems without third-party dependencies, and is interoperable with any event loop that accepts plain descriptors, or is usable standalone.

No download No website Updated 14 May 2013 EventedObject

Screenshot
Pop 28.14
Vit 3.17

EventedObject is a simplistic yet highly useful Perl base class that allows you to attach event callbacks to an object (also known as a blessed hash reference) and then fire events on that object. Event fires are much like method calls. However, there can be many handlers, many return values, and many responses rather than just one of each. EventedObject is designed to be highly extensible and features callback priorities, dynamic adding and removing of callbacks, and more. It provides a whole new style of objective and event-driven programming in Perl.

Screenshot

Project Spotlight

Giada

A minimal, hardcore loop player for Linux, Mac OS X, and Windows.

Screenshot

Project Spotlight

php-tick

A simple active record implementation.