Also, I would assume the STL heap is implemented in a somewhat similar way, as there would have to be mutex protection around allocation calls. So why do we not get any slowdowns when using the STL heap versus using the EVL heap? Is there a signifiacnt design difference there? Thanks, Russell