Anton, No, I mostly use read-io and straight 'read for general reading (like the configuration file for example). I use open/binary/direct/read to open the source file.
-Bo At 01:36 AM 4/19/04 +1000, you wrote: >Just out of interest, are you using read/lines anywhere? > >Anton. > > > Romano, > > > > I intend to try to isolate the problem. However, I have watched memory > > usage as it is copying several hundred files and it appears to remain > > relatively constant (slow increase until garbage collection kicks in when > > the memory usage goes back down). Somewhere before it gets near > > 1500 files > > something goes haywire with FTP. Hard to find problems when they happen > > infrequently during 1500 iterations, especially in a recursive > > application. > > > > I'll add more logging to the script along with how many levels deep in > > recursion it is, what the memory usage is (system/stats), and > > what files it > > is copying to see if I can isolate the problem so I can then recreate and > > debug it. > > > > -Bo > >-- >To unsubscribe from this list, just send an email to >[EMAIL PROTECTED] with unsubscribe as the subject. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
