Hi all, I am looking for concurrency in the perl.I want to deploy the content for two diffrent branches to database depending on their edition. For this I have designed deployment configurations for each one. THis configs will call a perl script in its script tag.and then the perl script will execute each ones data deployment script.Bothe the deployment works fine when they ran indivisually. But when I tried to run it sumulttenously from command line. only the first deployment happens. or some time both deploym,ent happens but partially.If the tables are not exists in DB then the tables are created but the data does not deployed to DB. Is this could be issues of concurrencyt of Perl?Does anyone had this problem?Looking for the soluutions.Thanks-Parag
Did you try to use an instance name for each deployment ? (the -inst option in the command line)