~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/zeromq/docs/index.rst

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ZeroMQ integration
2
 
==================
 
1
ZeroMQ
 
2
======
 
3
 
3
4
ZeroMQ is a messaging library that allows you to easily build complex
4
5
communication systems. The ZeroMQ plugin allows drizzle to publish
5
6
transactions to a local PUB socket. Many clients can subscribe to
11
12
 
12
13
Getting started
13
14
---------------
 
15
 
14
16
First, install zeromq, get the code from `zeromq.org
15
17
<http://zeromq.org>`_, then you can build drizzle, watch the
16
18
./configure output to verify that drizzle finds the libraries needed.