http://www.perlmonks.org?node_id=475882


in reply to Re: Mason: Please Wait While Generating
in thread Mason: Please Wait While Generating

Mind you that N refreshes to your app can happen from this and those N runs can make the generation that much slower than just waiting for the page to be generated. What is taking so long to generate the page in the first place? Is the server underpowered?


-Waswas
  • Comment on Re^2: Mason: Please Wait While Generating

Replies are listed 'Best First'.
Re^3: Mason: Please Wait While Generating
by merlyn (Sage) on Jul 21, 2005 at 16:45 UTC
    Mind you that N refreshes to your app can happen from this and those N runs can make the generation that much slower than just waiting for the page to be generated.
    If a simple probe to tell if it's ready or not makes your app go "much slower", then you haven't quite designed it right. Gotta keep the probe cheap.

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.