<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello yt developers!<br>
<br>
In thinking about adding communications plumbing to yt, so that it could listen & respond to requests made over the network somehow (e.g. "using currently loaded dataset, render an image from the following viewpoint").<br>
<br>
We could roll our own using low-level socket stuff, and a select() or something in the main loop - that wouldn't be too bad.  But I see that the zeromq messaging library is already among the dependencies of yt.   At least, ipython depends on zeromq.<br>
<br>
So the question(s) are,<br>
    does yt itself already use zeromq?   (if so, then it sounds as though new communications stuff should use it too)<br>
   If yt doesn't, then any advice on choosing which path to take?   <br>
<br>
   If we roll our own with a poll-for-message in yt's main loop somewhere,<br>
       then where in the yt source tree is that main loop's code?<br>
    <br>
</div>
</body>
</html>