Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: quickest way to access cached data?

by valdez (Monsignor)
on May 13, 2004 at 14:42 UTC ( [id://353081]=note: print w/replies, xml ) Need Help??


in reply to quickest way to access cached data?

MySql uses files in its backend, so accessing files directly will always be faster; please note that access perfomance to files may degrade on some file systems in presence of a large amount of files stored in the same directory (see the approach used by Cache::Cache); MySql will help you centralize your cache and make it available to many servers. So now, what is your Perl question? :)

Ciao, Valerio

  • Comment on Re: quickest way to access cached data?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-18 00:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found