psraghul

Honorable
Mar 13, 2012
1
0
10,510
Hello,
i m doing a project in c# asp.net....in that i have a problem in converting html files to pdf file...i have used multithreading for conversion and reduced the time of conversion from 4 hrs 15 mins to 1 hr 35mins ....but still i need reduction in time of conversion...i would like to do it in parallel processing...plewase anyone help....
 

PhilFrisbie

Distinguished
Multithreading IS parallel processing. . .

Also, do you max out the CPU usage of all cores? If so, then you can only speed it op by providing more and/or faster cores. If not, then look at your IO code to see if you can speed that up.