Re: [racket-users] Re: distributed places on remote host

2018-10-11 Thread George Neuner
Hi Cam, On 10/11/2018 8:21 AM, Cam wrote: For some reason, I had the impression (not at all backed up by any of the documentation, in any of the documentation, in retrospect) that the code would be automatically transmitted over the network to the remote node. Thanks, George. Glad it's work

Re: [racket-users] Re: distributed places on remote host

2018-10-11 Thread Cam
George Neuner writes: > Hi Cam, > > On 10/10/2018 5:03 PM, Cam wrote: >> I took a packet capture and the only interesting thing I was able to >> find in it was a conversation like this: >> >> localmachine->remotemachine: >> > #s(dcgm 11 -1 -1 "")#s(dcgm 9 -1 (dynamic-place >> > #"/home/cam/tmp/r

Re: [racket-users] Re: distributed places on remote host

2018-10-10 Thread George Neuner
Hi Cam, On 10/10/2018 5:03 PM, Cam wrote: I took a packet capture and the only interesting thing I was able to find in it was a conversation like this: localmachine->remotemachine: > #s(dcgm 11 -1 -1 "")#s(dcgm 9 -1 (dynamic-place #"/home/cam/tmp/racket-distributed-places-test/my-worker.rkt" m

[racket-users] Re: distributed places on remote host

2018-10-10 Thread Cam
Cam writes: > I have these two files: > > my-test.rkt: >> #lang racket >> >> (require racket/place/distributed >> racket/runtime-path >> "my-worker.rkt") >> >> (define-runtime-path worker-path "my-worker.rkt") >> >> (define remote-node (spawn-remote-racket-node >>