Afternoon Session 1: Caching in ASP.NET with Memcached
Jeffery McManus
Platform Associates
Used by Facebook, Yahoo, Flickr (so well-tested in terms of scalability)
Presenter sees himself as "The Johnny Appleseed of Open Source" at VSLive.
Decouples caching from platform/dev environment (key of course to using across PHP/.NET
Distributed cache = better scalability
Preallocates memory - nonfragmented, does not need to allocate/deallocate small bits in real time like .NET would
Everything stored in key value pairs (can get around by applying an MD5 hash to a key)
Can store an object -- just gets serialized
Lots of .NET libs...he recommends BEit.Memcached (on Google code)
Have to run, but some really good stuff we should be using for shared cache.
No comments:
Post a Comment