CompuServe Thread

Forum unknown · Programming

#MODULA-2

1 messages in this thread
#37623From: Steve FaiwiszewskiOct 28, 1986 8:38 PM
I haven't looked at this, but it might be that the new release does I/O in a slightly different manner. Why don't you try to write the data file to another drive (or RAM). That should cut down on seek time tremendously. Then, after you're done writing to the data file, you can copy it to its correct location. – Steve –