Hi,

let say that I have one file called sample.txt at two machines
and I want to write a Julia script that

1.  Read X lines of sample.txt from both machines
    and process the 2 * X lines at one of the machines.
2.  Read more X lines of sample.txt from both machines
    and process the new 2 * X lines at one of the machines.

I thought in store points to the file but I got

    fatal error on 2: ERROR: cannot serialize a pointer

There is another solution instead of save the stream position [1]
and restore it later [2]?

Cheers,
Raniere

[1]: http://docs.julialang.org/en/latest/stdlib/io-network/#Base.position
[2]: http://docs.julialang.org/en/latest/stdlib/io-network/#Base.seek

Attachment: signature.asc
Description: Digital signature

Reply via email to