How to minimise retransmission of objects when I use SSH connections? #346
Labels
Backend API
Part of the Future API that only backend package developers rely on
enhancement
feature request
feature/sticky-globals
globals
Milestone
Hello,
I’m using future apply function with ssh connections, cluster plan.
However, future apply function makes retransmission of data frame or objects every mapping procedures even I use same datasets or objects when I’m just changing parameters of estimations to find optimal condition.
Pseudo code is here.
After run this code, let’s watch traffic status. It seems do retransmission of data, even I don’t change any data for the parameter estimation.
How can I reduce data retransmission? That’s make me hard to operate HPC computing on some VPS provider, they makes QoS limit every my calculation.
Best,
Seongho
The text was updated successfully, but these errors were encountered: