:)
Good to have a list ^_^
I need to share two kinds of file over the distributed network.
Text file: That is just a povray scene.
Image file: That is the resulting render file.
The text file could be distributed by just dumping the text to a String.
I used google and found that the only limit to Ruby String Object is just the memory of the machine, so I don't anticipate any problem for that part.
But I wonder about the image file. Could a image file be marshaled with the same process that a text file?
Regards,
Gonzalo