Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.01 KB

README.pod

File metadata and controls

52 lines (28 loc) · 1.01 KB

NAME

ZeroMQ - ØMQ bindings for Parrot

DESCRIPTION

ØMQ is a library for fast, lightweight messaging. It allows for message-based concurrency at several different levels: between threads, between processes, and between machines; in several common patterns, such as request/response, pub/sub, etc.

Layout

This library is broken up into three components which can be used independently:

ZeroMQ::Raw

The raw NCI bindings for libzmq.

ZeroMQ::Constants

The constants for interacting with libzmq. Taken from zmq.h.

ZeroMQ

Object-oriented wrappers for libzmq. These follow the Winxed constructor convention.

SEE ALSO

http://zeromq.org

http://winxed.googlecode.com

AUTHOR

Peter Lobsinger

LICENSE

Copyright (C) 2011, Peter Lobsinger.

This library is free software, you can redistribute it and/or modify it under the terms of The Artistic License 2.0, obtainable at http://www.perlfoundation.org/artistic_license_2_0.