public marks

PUBLIC MARKS with tags code & data

2016

2009

Dare Obasanjo aka Carnage4Life - ASP.NET Caching vs. memcached: Seeking Efficient Data Partitioning, Lookup, and Retrieval

by brianwaustin (via)
I recently discovered memcached which is a distributed, object caching system originally developed by Brad Fitzpatrick of LiveJournal fame. You can think of memcached as a giant hash table that can run on multiple servers which automatically handles maintaining the balance of objects hashed to each server and transparently fetches/removes objects from over the network if they aren't on the same machine that is accessing an object in the hash table. Although this sounds fairly simple, there is a lot of grunt work in building a distributed object cache which handles data partitioning across multiple servers and hides the distributed nature of the application from the developer. memcached is a well integrated into the typical LAMP stack and is used by a surprising number of high traffic websites including Slashdot, Facebook, Digg, Flickr and Wikipedia. Below is what C# code that utilizes memcached would look like sans exception handling code

2008

2007

PHP MySQL WizzyWeb

by springnet
WizzyWeb is a Web-based rapid application development (RAD) tool for creating PHP Web database applications for all popular databases, (e.g., MySQL, Oracle, SQL Server, Sybase, IBM, etc.)

PUBLIC TAGS related to tag code

bash +   bashreduce +   data +   distributed +   hack +   hadoop +   lastfm +   linux +   map/reduce +   MapReduce +   shell +   unix +  

Active users

Marine
last mark : 14/03/2016 13:41

brianwaustin
last mark : 24/04/2009 16:16

webs
last mark : 07/04/2009 08:40

chernobylnews
last mark : 16/01/2008 15:18

springnet
last mark : 19/06/2007 19:37