> Never tried that. But why not just stream to the other node and write to the > data store at the same time (like now, I assume). Then after the client was > done writing, close the file in the store, reopen it, and seek to where you > left off streaming the file. That should work with no problems, unless i'm > totally missing something.
Er, I don't think you have thought this through (or maybe I haven't!). If you are writing to the file at the same time as streaming it to the next node, then by the time you have finished writing to the file, you will have finished streaming the data too! Ian. _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
