> For some reason when I refresh one of the pages I can get one of maybe three
> or four different errors. Sometimes relating to objects not existing, or the
> db connection isnt working, or methods not working. Then on some occasions
> it works.

This is probably due to two or three httpd processes running
concurrently with each different states.

Using httpd -X often helps tracking down where the problem lies since it
starts only one apache process.

Cheers,
-- 
Building a better web - http://www.mkdoc.com/
---------------------------------------------
Jean-Michel Hiver
[EMAIL PROTECTED]  - +44 (0)114 255 8097
Homepage: http://www.webmatrix.net/

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to