View Single Post
Old Apr 12th, 2006, 6:08 AM   #8
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
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?
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote