libipc-pubsub-perl

Interprocess publish/subscribe channels
  http://search.cpan.org/dist/IPC-PubSub/
  0
  no reviews



Ipc::pubsub 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.