Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: OT: Scalable web application architecture

by skx (Parson)
on Dec 07, 2005 at 19:21 UTC ( [id://514992]=note: print w/replies, xml ) Need Help??


in reply to OT: Scalable web application architecture

Caching, caching, caching!

The single largest bottleneck in my databased-backed website was the MySQL server fetching information which hand't changed.

I started using Cache::Memcached to wrap all my data accesses and updates. This is an article I wrote about it - and I posted some code here too:

Steve
--
  • Comment on Re: OT: Scalable web application architecture

Log In?
Username:
Password:

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

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

    No recent polls found