web analytics

March 2015

Discuss the operations of data structures.

Operations of Data Structures: The particular data structure that one chooses for a given situation depends largely on the frequency with which specific operations are performed. Following are some most frequent operations. Traversing: Traversing means accessing the records exactly once so that those records can be processed as demanded.  Searching: Searching means finding out one …

Discuss the operations of data structures. Read More »

Use Memcache to speed dynamic database driven websites

Memcache Memcached is a general-purpose distributed memory caching system and memcache is the top level application or module that uses memcached service. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source (such as a database or API) …

Use Memcache to speed dynamic database driven websites Read More »

RSS
Follow by Email
Scroll to Top