Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
You need to ask several questions: How often will pages update? How fast is your hardware? How many hits will your pages get in relation to that hardward.

If updated frequently and Hardware is sufficient for hits, then you should generate the pages dynamically when the user requests them. This is the most common way to do things.

If updated frequently and Hardware is insufficient for hits, I would deliever the pages statically, and have a cron script go along every hour or 1/2 hr or whatever you thing a good frequency is and update all pages. Static page delievery is much easier to handle than dynamic, and the infrequent updates should not slow the server down.

If updated infrequently and Hardware is sufficient for hits, this is the overkill situation :-), you can opt for a dynamic or static system. But if you think your system will grow, you may want to do it statically.

If updated infrequently and Hardware is insufficient for hits, have the approprate static page update after it is modified by your editor, and delieve the static pages.

Of course, the specific situation may differ as you go along, or for certain areas of the site. You need to judge how everything works and assertain your site performance to see if you need to favor static over dyanimic pages.


Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain

In reply to Re: The best way to deliver content by Masem
in thread The best way to deliver content by arashi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (12)
As of 2024-04-23 14:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found