|
|
|
|
|
by uriel
5483 days ago
|
|
> I've got a PHP project at http://fstr.net and its pageloads take about 4 to 5 seconds under normal load. Whatever language you are using, if loading a page takes >1 second, you are doing something very wrong. I have built web apps out of shell scripts that perform hundreds of forks and open dozens of files per request, and still easily managed <200ms response times while running on a crappy xen server. |
|
With how much concurrency?