Slow execution of Exe in Azure -
i facing problem of slow execution of exe in azure platform
following steps:
- read data sql azure server& csv files & display in on html5 pages.
- write data on csv files.
- executing external fortron exe, reads data csv files generated in step 23.
- fortron exe after calculations write data on .txt file.
- read text file data generated in step 5 & display on html5 pages.
issue: in point # 3, when invoking fortron exe using process start method, – on local machines in take 17~18 secs on cloud server taking 34~35 secs.
rest other activities taking same time on local cloud server.
regarding step 3: size local machine using (e.g. number of cores), since you're running exe may doing number-crunching. compare the machine size allocated in windows azure? using small (shared core) or small (single core)? plus size cpu local machine have? if you're not comparing like-kind configurations, you'll have performance differences. same goes ram (an small offers 768mb, small through xl offering 1.75gb per core) , bandwidth (xs has 5mbps, small through xl have 100mbps per core).
Comments
Post a Comment