in reply to Database driven web content: live or tape?
There's a middle-ground option: Generate static pages whenever underlying data changes (or, get smarted and track dependencies so that you can generate a subset of the static pages whenever underlying data changes). You can still pretend to be fully dynamic by generating .shmtl pages, which will still get the benefit of Server-Side Includes (SSI) at page fetch time.
Look into how MoveableType handles this. It's a "middle ground" solution.
|
---|
Replies are listed 'Best First'. | |
---|---|
•Re: Re: Database driven web content: live or tape?
by merlyn (Sage) on Jul 19, 2002 at 19:45 UTC | |
by yodabjorn (Monk) on Jul 20, 2002 at 02:50 UTC |