<p>You could include it here: <a href="https://github.com/plt/racket/wiki/Artifacts">https://github.com/plt/racket/wiki/Artifacts</a></p>
<p>Sam</p>
<div class="gmail_quote">On May 14, 2012 11:01 AM, &quot;Kevin Tew&quot; &lt;<a href="mailto:tewk@cs.utah.edu">tewk@cs.utah.edu</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m not familiar with the wiki, but I don&#39;t mind if it gets included.<br>
<br>
Kevin<br>
<br>
On 05/14/2012 02:16 PM, Matthias Felleisen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is this something for the Wiki on Tricks and Hacks with Racket?<br>
<br>
<br>
On May 14, 2012, at 1:18 PM, Kevin Tew wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Attached is a distributed places program that will do what you want.<br>
<br>
It requires the latest checkout from git head.<br>
You must have ssh public-key authentication setup on all the nodes.<br>
For easy use, it also requires that racket and remote-eval.rkt be installed in the same place on all three machines.<br>
It communicates with plain sockets, so it assumes a secure environment.<br>
<br>
Let me know what problems you have or if it works for you.<br>
I would start by testing it out using just localhost.<br>
<br>
Kevin Tew<br>
<br>
<br>
On 05/13/2012 01:53 PM, HP Wei wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Would you please suggest to me some links so that I can<br>
get some info or even better some sample racket codes for below task ?<br>
<br>
------------------------------<u></u>-------------------------<br>
<br>
Suppose I am on a master machine A<br>
and there are two other machines B and C.<br>
<br>
On A,  in racket,  I would like to programatically initiate<br>
one server on B and another on C.<br>
The &#39;server&#39; is presumably a &#39;repl&#39; that can execute a block<br>
of code, sent from A.<br>
[ Let&#39;s say security is not an issue here. ]<br>
<br>
i.e. this is the intention:<br>
<br>
    invoke-server-on B  and C  (via rsh or ssh)<br>
    send-code B   (asynchronously)<br>
    send-code C   (asynchronously)<br>
    wait-for-result-from B and C<br>
    ...<br>
    kill-server-on B and C<br>
<br>
thanks<br>
HP<br>
____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</blockquote>
&lt;remote-eval.rkt&gt;_____________<u></u>_______<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</blockquote></blockquote>
<br>
____________________<br>
 Racket Users list:<br>
 <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</blockquote></div>