On Fri, Oct 08, 2010 at 08:31:17PM -0700, Bruce R wrote: > > I ran telnet and the home page only appeared after about a minute. The whole > site seems now to be hanging now, even with the files back in the directory. > Every page now takes about 30 seconds to load, at least.
Ok. So it looks like the response isn't coming through and we can rule out being an issue with your browser. It must definately be Apache/Mason side. It can't be infinite recursion in the Mason's request handling because it detects that and will error loudly. That and the fact that you *eventually* get the correct response. It's got to be in your code. Is there any code from your dhandler(s) or an Apache handler that might look like they are doing weird things that you can copy pasta for us to see? Other than that, I'm stumped! Alfie ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

