This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Description
Particularly when deploying remotely one can notice that deploying modules or content can take quite long. 1500 modules can take 5 up to 10 minutes, while locally it runs in mere seconds.
Looking at the access log of the XCC server, it looks as if each file is uploaded individually, and synchronized. Also, I expect deployment is using the Ruby XCC library. It might be worthwhile to consider using MLCP instead for newer MarkLogic versions..