Tony
Sounds like a database issue to me. This often occurs because as each new record is added, the (steadily growing) index must be searched to avoid adding duplicate records. Hence, the slowdown.
If this were an exposed database, I'd recommend removing the indices, adding the records, then re-adding the indices. That would speed things up quite a bit. -- Ed Carp, N7EKG erc@pobox.com 940/367-2744 cell phone http://www.pobox.com/~erc
****************************************************************************** * Anthony Brock abrock@georgefox.edu * * Director of Network Services George Fox University * ******************************************************************************