I submit file like this: In my c++ program, using multi-thread to execute ipl, the ipl include create file and submit file, and now I found, if I execute ipl serially, every ipl needs 9 seconds, so I think if I execute it by multi-thread, it maybe in 20 seconds at most totally, but it was 45 seconds in fact(12 ipls),I want to know whether there are some advices or somewhere need to improve?
sorry, it is my mistake, the submit is not the "submit", it is "deploy", the ipl execute "iwodcmd start" to deploy the file to the web server.And I made 12 .bat file which execute ipl, and select all and press "enter" button to simulate multi-thread executing, and the result was 35 seconds, less than 45 of multi-thread , but I think it is not a satisfied result .