I'm still trying to use distributed places and have now run into a problem with 
paths.  I use spawn-remote-racket-node and then supervise-place-at with the 
resulting node.  The supervise-place-at is given a runtime path as in the 
example found in the Racket Guide.  The file referenced in the place creation 
requires another file (in the same directory).  That file gets included okay 
but code in the required file has a current-directory of my home directory 
instead of the runtime path that was constructed for the new place.

What am I missing about the inter-workings of remote nodes, places, paths, and 
requires?

For more context (or if you want to suggest a completely alternative to what 
I'm doing), I'm trying to create an arbitrary number of nodes on remote hosts 
and a (possibly varying) number of places on each of those nodes.  I would have 
preferred to use the rpc-server example but could not figure out how to get 
multiple independent servers on the same remote node.

Thanks in advance for any pointers!  
--Wayne

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to