I had a small VPS with apache and modphp that could only handle about 20 concurrent requests because it'd hit the memory limit so fast. I switched to nginx and php-fpm and it could then easily handle 5x the concurrent requests in the same memory footprint.