Hi - I've written a script that opens a delimited file, explodes the row by delimiter, and writes a chunk of the row to another file and also puts that chunk of info into a Postgres database, and flushes every 100 lines or so. What happens is that during the course of the script's exeecution, sometimes I receive a "Download of the specified resource failed" message, and not only does the page not work anymore, I must Telnet into the system and reboot Postgres before I can run any more scripts off of that server. What might cause this problem? I've tried breaking the files into smaller chunks, but that doesn't seem to work, and Norton says there are no viruses in any of the files. Any help is appreciated. Thanks!