-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.zeromq
More file actions
43 lines (28 loc) · 1016 Bytes
/
README.zeromq
File metadata and controls
43 lines (28 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
ZeroMQ transport
================
To use Michael's deskpro ZeroMQ installation:
--------------------------------------------
export OTTER_HOME=/software/anacode/otter/otter_live
source /software/anacode/bin/setup_anacode_env
eval $(/software/perl-5.12.2/bin/perl -I~mg13/perl5/lib/perl5 -Mlocal::lib)
export ANACODE_ZIRCON=$PWD
source $ANACODE_ZIRCON/profile.sh
Mac OS:
------
OTTER_SWAC=~/Dist/dev_otterlace.app/Contents/Resources
OTTER_HOME=$OTTER_SWAC/otter/otter_rel83
source $OTTER_HOME/bin/otterlace_env.sh
ANACODE_ZIRCON=$PWD
export PERL5LIB=$ANACODE_ZIRCON/lib:$PERL5LIB
libzmq and ZMQ::LibZMQ3 are now installed in dev_otterlace.app.
Further work:
------------
* Revisit zircon_connection and Zircon::Connection to reinstate hooks
and evaluate performance under timeout and errors.
* Investigate whether Zircon::ZMap still needs to make use of
Z:TkZMQ->waitVariable().
References:
----------
http://zeromq.org/
http://zguide.zeromq.org/page:all#toc1
https://metacpan.org/pod/ZMQ::LibZMQ3