Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Improving performance by generating a static html file?

by mamboking (Monk)
on Apr 15, 2002 at 17:19 UTC ( [id://159272]=note: print w/replies, xml ) Need Help??


in reply to Re: Improving performance by generating a static html file?
in thread Improving performance by generating a static html file?

I wasn't talking about caching your db queries. I was talking about caching your connections to the database. Usually, opening a new connection to the database is very costly in terms of time. If you could have your application open up a bunch of connections to the database during application startup then you could just use those connections when you needed them. That's what I meant by a pool. When you need a connection, you take one from the pool, use it, then release it back to the pool (just don't close it).
  • Comment on Re: Re: Improving performance by generating a static html file?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 02:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found