~dkuhlman/davekuhlman-public-html-source/trunk

« back to all changes in this revision

Viewing changes to content/post000310.rst

  • Committer: Dave Kuhlman
  • Date: 2019-11-19 23:55:36 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20191119235536-us6529wkbrjvvb6t
Added doc on Arch Linux install

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Pyre -- Sending messages between applications on a local network
 
2
##################################################################
1
3
:title: Pyre -- Sending messages between applications on a local network
2
4
:date: 2017-11-17 09:00
3
5
:tags: python, zeromq, pyre, distributed-computing
78
80
 
79
81
There is some sample code:
80
82
 
81
 
- The dealer/server -- `pyre_dealer01.py <{filename}static/pyre_dealer01.py>`_
 
83
- The dealer/server -- `pyre_dealer01.py <{static}static/pyre_dealer01.py>`_
82
84
 
83
 
- The client -- `pyre_client01.py <{filename}static/pyre_client01.py>`_
 
85
- The client -- `pyre_client01.py <{static}static/pyre_client01.py>`_
84
86
 
85
87
You should be able to start the client on several hosts in your
86
88
local network, and then start the dealer/server to send messages to those
193
195
 
194
196
Here is the code:
195
197
 
196
 
- The dealer/server -- `pyre_dealer05.py <{filename}static/pyre_dealer05.py>`_
 
198
- The dealer/server -- `pyre_dealer05.py <{static}static/pyre_dealer05.py>`_
197
199
 
198
 
- The client -- `pyre_client05.py <{filename}static/pyre_client05.py>`_
 
200
- The client -- `pyre_client05.py <{static}static/pyre_client05.py>`_
199
201
 
200
202
Notes:
201
203