Skip to content

plobsing/parrot-zeromq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ZeroMQ bindings for Parrot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages