inherit => undef

On 7 October 2010 03:43, Bruce R <brsns...@illinois.edu> wrote:
>
>
> How do I make dhandler inherit from nothing? It is only picking up the
> non-existent file name, and redirecting the request to another directory's
> dhandler, where the requested file will be finally read in and converted
> from xml into html.
>
> There is no segfault. I really think that it is Mason that is creating the
> problem because when I clear the directory of everything, including the
> dhandler, then Mason does the right thing and it calls the dhandler from the
> directory above, and this works fine. However, trying to outsmart Mason, I
> put the dhandler from the subdirectory into the directory above, and once
> again I got the 2-minute hang. Something, I think, is going wrong with the
> cached dhandler.obj files. But even purging all .obj files does not do the
> trick.
>
> Bruce
>
>
>
> Sounds like an infinite recursion to me. Try to make your dhandler
> inherit from nothing.
>
> Apache delivering a blank page could be a sign of segfault. Check your
> apache error log for violent subprocess death :)
>
> Jerome.
>
> On 6 October 2010 22:32, Bruce R <brsns...@illinois.edu> wrote:
>>
>> I am running Ubuntu 10.04, with a compiled Apache2-mod_perl installation,
>> and
>> Mason 1.44. I have everything working ok, but when I attempted to change a
>> certain directory  o one that was empty of all files except for a dhandler
>> file I placed there to catch the requests, it seems to make Mason stall
>> for
>> about two minutes, then deliver a blank page. I tried purging the obj
>> files
>> from the mirror directory under /var/apache2/mason, but that didn't help.
>>
>
> --
> View this message in context: 
> http://old.nabble.com/caching-problem-%28it-seems%29-tp29900372p29902567.html
> Sent from the Perl Mason - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> 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
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
>



-- 
Jerome Eteve.
http://www.eteve.net
jer...@eteve.net

------------------------------------------------------------------------------
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
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to