Forum Moderators: coopster

Message Too Old, No Replies

recursion or database access problem?

         

sharyn

6:40 pm on Mar 1, 2005 (gmt 0)

10+ Year Member



I am currently recursing through a directory and reading each text file contained in it, extracting data and inserting it into my database. It never seems to make it all the way through large directories. The directories can contain as much as 200,000 files. It seems to run through a chunk of about 15,000, give or take a few thousand, then just stop. Has this ever occured with anyone else?

Thanks,
sharyn

jezra

10:21 pm on Mar 1, 2005 (gmt 0)

10+ Year Member



It could be a script time limit problem. Have you tried setting the time limit for the script to infinite?

sharyn

12:23 am on Mar 2, 2005 (gmt 0)

10+ Year Member



Jezra,

Thanks, That worked like a champ!

- sharyn