Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Improving performance by generating a static html file?

by BUU (Prior)
on Apr 12, 2002 at 21:57 UTC ( [id://158686]=note: print w/replies, xml ) Need Help??


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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re: Improving performance by generating a static html file?

Replies are listed 'Best First'.
Re: Re: Improving performance by generating a static html file?
by mamboking (Monk) on Apr 15, 2002 at 17:19 UTC
    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).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-24 06:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found