Quote:
|
Originally Posted by Arevos
However, you'd be right in thinking that a forum done in CGI wouldn't be that fast; for each HTTP request, Python would have to be started up and parse through a .py source. For something simple like an email sending script, this doesn't matter so much, but a system that relies on a lot of dynamic content, such as a forum, would suffer noticable slowdown.
|
So it only parses when the source is changed? If so: How does it verify so?
Does PHP work alike?
And, can CGI be used in C++ and compiled so it wouldn't have to do so every time?