Re: Server performance with exec cgi vs. includes

2001-01-08 Thread Charles Galpin
Gary, you will definately take a big hit if it's a perl script. Why can't you run a cron job that updates symlinks as necessary (or something)? If you explain the problem you are trying to solve I'm sure we can come up with something more efficient. Got php available? charles On Sat, 6 Jan 2001

Server performance with exec cgi vs. includes

2001-01-06 Thread Gary Nielson
Hi, I would like to use an exec cgi call on the homepage of a Web site. We parse all of our html documents to accommodate server side includes. This exec cgi script would be needed to make some choices, based on file modification date, as to which files to display in the center of the page. At m