in reply to performance questions regarding cgi & fastcgi with Perl and C++
Is language really irrelevant to CGI performance on a typical webserver?
you could make it instantaneously-fast, or even remove it, and it wouldn't have a significant impact on the global performance at all.I'm not saying the choice of language is irrelevant to CGI performance. I'm just saying that unless CGI performance is a bottleneck on a webserver, there are few (if any) reasons to optimize it. It all comes down to profiling where your application spends most of its time, and work on those specific areas.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: performance questions regarding cgi & fastcgi with Perl and C++
by Anonymous Monk on Feb 01, 2011 at 18:39 UTC |