Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Database driven web content: live or tape?

by gryphon (Abbot)
on Jul 19, 2002 at 19:38 UTC ( [id://183409]=note: print w/replies, xml ) Need Help??


in reply to Database driven web content: live or tape?

Greetings talexb,

Generally, I've found that the only reason anyone should consider not hosting pages "live" (a.k.a. dynamically generated) is for delivery speed to the user or system load. However, usually the load difference between live and static is minimal so long as the server isn't really old/slow.

You mentioned my favorite templating system, HTML::Template. Used in connection with mod_perl, HTML::Template can cache templates, and mod_perl itself caches your scripts and called modules. So generally, a templating system's speed difference should be minimal.

Go with the "live" option. I always have, and it's been a blessing many times over.

-gryphon
code('Perl') || die;

  • Comment on Re: Database driven web content: live or tape?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://183409]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found