for IIS7 Does a webapplication run faster when Maximum Worker Processes is more than one?
WebGarden is faster than single worker process in case if application contains locks that prevent its parallelization. For example, GDI+ based image processing.
See this and this questions for more info.