Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Import script tech tip

Quote Reply
Import script tech tip
Hi All

We're switching an existing email system to Gmail with about 25k users. Alex wrote us an excellent transfer script... but I was having problems keeping it running on the server. We would have our shell dropped automatically, yet our server loads were fine... and our memory at low %.

The problem was by not piping the script to a log file, or to /dev/null.... it was filling up the shell buffer, and dropping the shells. It was also hindered by the speed of our ISDN too, so when we piped it properly, the script sped up by 75%!

Also, if you add the & sign at the end of your script, it will run in background, and not die if you lose your shell. Isn't that sweet? Wink

Rianda

Diversity by Design
Subject Author Views Date
Thread Import script tech tip diversity 2031 Feb 23, 2002, 1:43 PM
Post Re: [diversity] Import script tech tip
Alex 1925 Feb 25, 2002, 6:04 PM