I'm looking to make a dynamic web page that'll see a lot of traffic. Would a CGI application or a PHP script be better suited for this job? I know CGI will execute way faster than PHP. With PHP, it has to be parsed, but (correct me if I'm wrong) it doesn't need to create a seperate process like PHP.
Besides difficulty in coding, speaking strictly preformance, which would be better?