< >
- Ben Nadel takes his previous HTML5 Cache Manifest experiment and converts it into an "App Mode" iPhone application that can fun in full-screen, offline mod...Ben Nadel takes his previous HTML5 Cache Manifest experiment and converts it into an "App Mode" iPhone application that can fun in full-screen, offline mode.
- Is Ehcache a NoSQL store? No, I would not characterise it as that, but I have seen it used for some NoSQL use cases. In these situations it compared very w...Is Ehcache a NoSQL store? No, I would not characterise it as that, but I have seen it used for some NoSQL use cases. In these situations it compared very well — with higher performance and more flexible consistency than the well-known NoSQL stores. Let me explain.
- flashcache - FlashCache is a general purpose writeback block cache for Linux.
- "To add CSS or JS that should be present on all pages, modules should not implement this hook, but declare these files in their .info file." CSS files c..."To add CSS or JS that should be present on all pages, modules should not implement this hook, but declare these files in their .info file." CSS files can be added to a .info file using the following format:
- Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and keys can be strings, exactly like in memcached, but also lis...Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and keys can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements. In order to be very fast but at the same time persistent the whole dataset is taken in memory and from time to time and/or when a number of changes to the dataset are performed it is written asynchronously on disk. You may lost the last few queries that is acceptable in many applications but it is as fast as an in memory DB (btw the SVN version of Redis includes support for replication in order to solve this problem by redundancy). Replication and other interesting features are a work in progress (Basic master <-> slave replication implemented in Redis SVN). Redis is written in ANSI C Redis is pretty fast!, 110000 SETs/second, 81000 GETs/second in an entry level Linux box.
- XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.
- Varnish is a state-of-the-art, high-performance HTTP accelerator. It uses the advanced features in Linux 2.6, FreeBSD 6/7 and Solaris 10 to achieve its hig...Varnish is a state-of-the-art, high-performance HTTP accelerator. It uses the advanced features in Linux 2.6, FreeBSD 6/7 and Solaris 10 to achieve its high performance.
< >
- Proceedings of 7th Extended Semantic Web Conference ESWC 2010, 30 May -- 3 June 2010, Heraklion, Crete, Greece, volume 6089 of Lecture Notes in Computer Science, page 304-318. Berlin / Heidelberg, Springer, (2010)
- Tagungsband XInnovations 2008 in Berlin, page 126-131. (2008)
- IEEE Micro (5555)
- Proceedings of the 15th ACM SIGPLAN symposium on Principles and practice of parallel programming, page 213--222. New York, NY, USA, ACM, (2010)
- Patent, US 6,922,756 B2. Intel Corporation, (July 2005)
- IEEE Trans. Comput. 48(12):1338--1354 (1999)
- MICRO 41: Proceedings of the 41st annual IEEE/ACM International Symposium on Microarchitecture, page 222--233. Washington, DC, USA, IEEE Computer Society, (2008)
- MICRO 42: Proceedings of the 42nd Annual IEEE/ACM International Symposium on Microarchitecture, page 505--516. New York, NY, USA, ACM, (2009)
- Madison, WI, USA, (2008)Adviser-Hill, Mark D. .
- Supercomputing '97: Proceedings of the 1997 ACM/IEEE conference on Supercomputing CDROM, page 1--12. New York, NY, USA, ACM, (1997)
- ISCA '09: Proceedings of the 36th annual international symposium on Computer architecture, page 290--301. New York, NY, USA, ACM, (2009)
- POPL '84: Proceedings of the 11th ACM SIGACT-SIGPLAN symposium on Principles of programming languages, page 297--302. New York, NY, USA, ACM, (1984)
- SIGPLAN Not. 30(6):315--327 (1995)
- ISCA, page 116-127. ACM, (2009)
- KDD, page 244-253. (1999)
- IEEE Micro 29(2):17-29 (2009)
- Computer 42(2):62-71 (2009)
- P2PIR '06: Proceedings of the international workshop on Information retrieval in peer-to-peer networks, page 33--40. New York, NY, USA, ACM, (2006)
- DAC '07: Proceedings of the 44th annual conference on Design automation, page 732--737. New York, NY, USA, ACM, (2007)
- (2003)EuroPLoP 2003 conference .


concept