This content has been marked as final.
Show 1 reply
-
1. Re: Parallel deployment
starksm64 Dec 29, 2005 2:11 PM (in response to pilhuhn)The URLDeploymentScanner.scan is the entry point to deployment processing, but paralleization will require that the MainDeployer is changed to dispatch the subdeployment tasks in parallel using a thread pool. This will open up a lot of code to thread safety issues that have not been considered before, so this is going to be a nontrivial endeavor.