|
From: Petr M. <mi...@ph...> - 2003-11-25 16:06:53
|
> >Unfortunately this does not provide name of the file which I could use in > > plot 'tmp_file1' > > An alternative if these temp files are not too big might be > to slightly alter the "datafile.c" so that it doesn't necessarily > need to read from a file stream but can instead read from > some internal memory stream. That way you could > temporarily put memory on the heap and not have to deal > with files... It could e.g. read from internal memory, and also from shared memory. |