"Matthew Bates" <mattybates@hotmail.com> wrote in message
news:tGz_d.114$Ab.50@text.news.blueyonder.co.uk...[color=blue][color=green][color=darkred]
> >>I need to develop an admin application to enable users to update a
> >>website that is built on a MySQL database. In most cases, I'd simply
> >>develop an application to manipulate the database but as the website is
> >>updated fairly infrequently, I am considering a number of further
> >>options instead to alleviate server load.
> >>[/color]
> >
> > So, let's see if I've got this right. You've got a process which doesn't
> > happen often (so by definition can't produce a lot of load), and because[/color][/color]
it[color=blue][color=green]
> > doesn't happen often you want to do a lot of work and add a lot of
> > complication to it.[/color]
>
> Sorry, I don't think my original post was that clear.
>
> The website is visited often and when I refer to server load I mean the
> processing that is needed to access/query the database each time to
> display the pages.
>
> The actual updates to the content are made infrequently so I was
> therefore considering the options in publishing the content.
>[/color]
Maybe something like jpcache (
http://www.jpcache.com/)?