I have my doubts that for an enterprise system 5-10ms per request is even possible. Most of such systems do loads of XML processing that will easily incur processing times that long. That leaves precious little time for the GC to run in if you need to guarantee a max of 10ms for the lot.
Have you measured the response times of your own code already?