Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

4.48333
   
  0 reviews  |  210 users  |  57,606 lines of code  |  11 current contributors  |  Analyzed 37 minutes ago
 
 

A persistent key-value database with built-in net interface written in ANSI-C for Posix systems.

5.0
 
  0 reviews  |  54 users  |  100,169 lines of code  |  45 current contributors  |  Analyzed 1 day ago
 
 

CSQL Cache is updateable bi-directional table level caching solution which improves application performance by 20 to 100 times. It can also be used as ultra fast stand alone Main Memory Database. Enterprise edition at http://www.csqldb.com

5.0
 
  0 reviews  |  1 user  |  259,362 lines of code  |  2 current contributors  |  Analyzed 5 days ago
 
 

A Ruby client library for memcached, a high-performance distributed memory cache. memcached is used to alleviate database load by caching oft-used values in network-accessible memory space, and is used behind several high-traffic dynamic web sites like LiveJournal, Slashdot, WikiPedia, and others.

0
 
  0 reviews  |  1 user  |  2,811 lines of code  |  0 current contributors  |  Analyzed 10 months ago
 
 

This project provides Memcached Session State and Cache Providers for ASP.net.

0
 
  0 reviews  |  0 users  |  7,041 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

PHP Object Cache is a Memory Object cache, implemented with PHP Sockets. It runs on PHP4 or PHP5+ and requires your PHP build to have sockets enabled. There are numerous memory caches available, that definitely will have better performance and implementation: http://www.danga.com/memcached/ ... [More] http://www.php.net/manual/en/book.apc.php http://eaccelerator.net/ http://xcache.lighttpd.net/ However, they are not implemented in pure PHP, they require php extensions, and installing the object cache separately. PHP Object cache should work even on shared hosting, if your host allows Socket deamons. This is mainly the reason I wrote it, so it can be deployed from within your PHP app without any setup if other memory caches are not available. UsageStart the PHP Object Cache socket deamon via the command line: /usr/bin/php -c /path/to/php.ini socket.phpOr start the socket deamon from within PHP: exec('/usr/bin/php -c /path/to/php.ini socket.php > log.txt &');The & option makes the process run in the background, so your PHP script can continue on. Example for windows in in create-socket.php Then in your PHP code, import the PHP Object Cache client. // require client class require_once('client.class.php'); // create a connection to the server $Cache = new Socket_Cache_Client('127.0.0.1', 9803); // set a value $Cache->set('test', 'This is a test'); // retrieve a value $test = $Cache->get('test');At the moment this is all you have. NotesPHP Object Cache is implemented as a single deamon process. It does not fork other processes simply because support for forking processes and IPC would require PHP extensions. Therefore it will not efficiently use multi-processors. PHP Object Cache uses socket_select() which uses the select() system call. So its efficiency will be dependent on that an how PHP implemented select(). This is the only "event notification" available in native PHP. At the moment the Object Cache cannot be distributed across servers. You can run an object cache on a separate machine, but it will be independent of other caches. If you know of a better alternative or was of implementing those noted please let me know. Tests and BenchmarksWe will be adding some test here soon. DownloadThe code is very alpha, minimally tested. Get the source from subversion repository and do your own tests before trying it out. [Less]

0
 
  0 reviews  |  0 users  |  560 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

gsim is a performance simulator of the memory sub-system for research in chip-multiprocessors. This site is for development of the current gsim version, whose code name is augur. This project is developed in Tsinghua University. Quick LinksDeveloper forum Get the source code File a bug report or any other issue

0
 
  0 reviews  |  0 users  |  10,674 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

Cache Status Add-On for FirefoxDescriptionThis add-on adds a customizable presence to your browser window's statusbar that gives you up-to-date information on your browser's cache usage, both RAM and the hard drive. The presence also has a right-click context menu, where you can easily clear ... [More] your browser's cache. It can also automatically clean your cache when it reaches a specified level, through its Options. NotesThis extension does not have any influence on or from Firefox's own memory consumption in your OS. The reported statistics are entirely independent. A fresh profile usually doesn't have the RAM "maximum" capacity (stored in the browser.cache.memory.capacity preference), so you may see it blank. If so and if you set it to something, it will forever create that maximum, barring some prefs.js hacking of your own. Firefox does some sort of dynamic calculation if this isn't set, so use that with caution. In a future version, I may add a 'delete' button to the settings to restore it to "factory settings." You can also put in "-1" to give Firefox back the "reins." More info Some comments talk about it not working - please try it with a fresh profile. If that doesn't work or you need help with that, contact me. If it does work, then it's most likely a conflict with one of your other extensions or themes. Please submit bug reports using the Issues tab. Thank you for checking it out! [Less]

0
 
  0 reviews  |  0 users  |  607 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

This project is intended to allow easy cache management in local memory for java projects. Future Features will be : item lifetime max memory to use profiling ans stats

0
 
  0 reviews  |  0 users  |  806 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Simulate and test cache configurations

0
 
  0 reviews  |  0 users  |  1,183 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.