Thanks for all your replies. Rather than answering each individually, I've posted this and /msg'd relevant people:

drfrog - i don't think there would be many more issues than existing situation - ie, clients have no reason to piss around (it wouldn't be to their advantage)

joealba - thanks, great input - technically, I will be the only one in *most* cases. I think, for now, static page sets will make more sense, but as certain features get added, I'll need to rethink this.

moodster - I was thinking of using SSI to call scripts, so no real limitations on content. Perhaps the question should have been amended to "...build multiple static page sets or use CGI..'

mischief - It's perl in the sense that I'm using Perl to generate the pages,whatever method's used. I could have built 3 sets of scripts to test each of the three scenarios and benchmarked them, but since I know there are a lot of e-commerce/developer types here, I thought I'd ask around first. A bit like asking, "What's the best way to send an e-mail?" That's not a Perl question, but if you've ever done it in Perl, you'll understand what the question is asking :)

JPaul - Thank You! Just the sort of feedback I was looking for. Very useful.

perrin - sorry, should have expanded - SSI calls perl scripts, state maintained using a cookie.

--

I think for now, continuing to create template based static pages will be the way to go (also means less work for me), but for the long term, I'll need to probably go the whole hog to a dynamic template driven system that benchmarks a page when designed so the shop owner can be warned if it contains too much custom content.

Oh joy, how I love the SME* market :)

Thanks again all for your comments.

cLive ;-)

* - Small/Medium sized Enterprises


In reply to Re: SSI v dynamic pages by cLive ;-)
in thread SSI v dynamic pages by cLive ;-)

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.