Does an ASP.net page running on IIS make use of multicore processors?

klinolipinskksa

New Member
I've got an ASP.net page that runs a script which takes anywhere between 1 second and 10 minutes to run dependant on the parameters passed in to it.My question is, if the server is multicore, will this script automatically make use of all the processors, or is it constricted to one.Thanks for any help
 
Back
Top