We are experiencing a 20-40 second delay when we delete documents using a web agent written in LotusScript. We have placing time messages and can reproduce the delay while using collection.RemoveAll(True) and document.Remove(True). We monitor the server and there is no activity with disk, memory, or processor during the delay. Moreover, we are only deleting 5 documents in the case of the collection and a single document in the case of the document. The database only has ~60,000 documents too.
Does anybody know what is wrong or can explain what Domino is doing during a deletion process?