Package : perl-IPC-PubSub

Package details

Summary: Interprocess Publish/Subscribe channels

Description:
This module provides a simple API for publishing messages to _channels_ and
for subscribing to them.

When a _message_ is published on a channel, all subscribers currently in
that channel will get it on their next 'get' or 'get_all' call.

Currently, it offers four backends: 'DBM_Deep' for on-disk storage,
'Memcached' for possibly multi-host storage, 'Jifty::DBI' for
database-backed storage, and 'PlainHash' for single-process storage.


URL: http://search.cpan.org/dist/IPC-PubSub
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs