JuliaData/MemPool.jl

need a way to fetch remote `FileRef`s

tanmaykm opened this issue · 1 comments

In a cluster spread across machines, with no shared storage, we need a way to fetch FileRefs that could be residing on a separate machine.

Now that we store ip address in the FileRef, MemPool could randomly pick a worker on that IP to read the file?