For some reason, my deployments in my dev environment are taking forever to finish, even when there is only one file attached. My QA environment, which has better hardware is somewhat better, but still not really acceptable. Memory and processor utilzation are very low (about 2% and 25% respectively), so I don't think I'm hammering the box. I would suspect the RDBMS, but the heavy lifting in the deployment is all going very quickly.
For instance, here's a log snippet. This particular deployment started at 18:45:38, and as you can see - it actually finishes in less than one third of a second, but for some reason it sits around for almost three minutes before the "Published leg event" message. Any clue what it's doing in the meantime? If I only have one file, it's not too painful, but when there are multiple files attached to a job, it waits 3 min between each file.
ENG: 2004-09-29 18:45:38 EDT GMT-04:00 Setting final state to TASKDONE
ENG: 2004-09-29 18:45:38 EDT GMT-04:00 Manifest path is

/WebApps/Internal/Interwoven/OpenDeployNG/log/tsg/src.tsg_ea_dd.tsg_ea_dd.prvdintwvncs1.to.database.log.mf
ENG: 2004-09-29 18:45:38 EDT GMT-04:00 Got Manifest object com.interwoven.od.adapter.delivery.base.IWODManifest@27ea69
ENG: 2004-09-29 18:45:38 EDT GMT-04:00 fHasFailedItems is set to false
ENG: 2004-09-29 18:48:16 EDT GMT-04:00 Published leg event depUuid=[488c7190-1269-11d9-853d-c56f35f4d914] legLabel=[database] nextUuid=[null] nextDep=[null]
ENG: 2004-09-29 18:48:16 EDT GMT-04:00 Job ID=m26 Deployment leg=database Elapsed Time=328 ms <<<
ENG: 2004-09-29 18:48:16 EDT GMT-04:00 End logfile [D:\WebApps\Internal\Interwoven\OpenDeployNG\log\tsg\src.tsg_ea_dd.tsg_ea_dd.prvdintwvncs1.to.database.log]
NOTE: The forum software munged the published leg event line. Here it is with some the [s removed in the hopes that the actual content will show;
Published leg event depUuid=488c7190-1269-11d9-853d-c56f35f4d914 legLabel=database nextUuid=null nextDep=null
Edited by robhuffstedtler on 09/29/04 04:09 PM (server time).