[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSI on *.html
- Subject: Re: [cobalt-users] SSI on *.html
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Wed Sep 27 13:05:46 2000
- Organization: Pomfret Computer Technologies
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "James Riordon" <James@xxxxxxxxxx>
> Is there a down side to making regular HTML files SSI capable instead
> of just *.SHTML files.
>
> Does the CPU have to work header because it has to parse every file
> instead of just .SHTML files.
Yes and yes to both questions above (you basically answered your own
question :). It does force the SSI parsing engine to be run on all .html
pages, even if they don't contain any SSI directives. However, if your
client is making extensive use of SSI for something like footers/headers,
than the CPU processing requirements would be far less compared to using a
CGI based solution.
> A client is requesting this for his site he wishes to port over.
As long as they can provide sufficient evidence that they make extensive use
of SSI, then I'd say allow it.
>
> James Riordon
--
Brian Curtis