Tarjei Huse wrote: > > What is mmp? > Midgard preparser, it's basicly a caching mechanism for midgard to increase > performance. With mmp the pages are generated and then saved so that when you > request them next time php will use the saved page. I do not know how mmp > decides to reload a page, check marc.theaimsgroup.com for that.
Midgard holds a cache table (database-upgrade will create it when ran) that has the last-changed date for objects a page depends on. The file modified dat is compared against this date to decide whether it needs to be regenerated. > > Is it when you install midgard from within the php source tree > > with --with-midgard ? > No. But you do need to specify --enable-mgd-preparser (see mkall) Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
