pp wrote:

> > > MMP or non-MMP? Does midgard-pageresolve do the expected thing?
> >
> > non-MMP
> > will midgard-pageresolve help with non-MMP?
>
> Just tested the same database on MMP midgard , and I must say
> it is much better. I do not say 100% error free, but once per ten hits.

Could be a mysql query failing. With MMP you can set logging so that
queries + failures are logged:

MidgardLog debug+ /var/log/midgard.log

When setting debug+, make sure you have _plenty_ of space on the log
disk. :)

Failed queries will be reported with 'query failed: ' followed by the
reason. The actual query will be before it. This is probably best done
while apache is in single-process mode (httpd -X), since I didn't put in
any specific code to make sure handlers don't simultaniously write to
the log (although maye glib does, don't know).

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to