This is used to have a bunch of ZeroRPC clients and workers talking to each other.
WARNING: this is not compatible with heartbeats and streaming!
Clients connect to the "in" side of the hub.
Workers connect to the "out" side of the hub.
| %% This part goes in preamble | |
| \newcommand{\dummyfig}[1]{ | |
| \centering | |
| \fbox{ | |
| \begin{minipage}[c][0.33\textheight][c]{0.5\textwidth} | |
| \centering{#1} | |
| \end{minipage} | |
| } | |
| } |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <!-- Le styles --> | |
| <link href="../bootstrap/css/bootstrap.css" rel="stylesheet"> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script> | |
| </head> | |
| <body> |