Slow execution of Exe in Azure -


i facing problem of slow execution of exe in azure platform

following steps:

  1. read data sql azure server& csv files & display in on html5 pages.
  2. write data on csv files.
  3. executing external fortron exe, reads data csv files generated in step 23.
  4. fortron exe after calculations write data on .txt file.
  5. 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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -