XCache!

XCache alternatives

  • memcached

  • Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

    tags: cache
  • HyperDex

  • HyperDex is the next generation key-value store. It provides a rich API, strong consistency, fault-tolerance, and transactions.

    tags: fault-tolerance key-value nosql
  • Apache Ignite

  • Apache Ignite In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.Apache Ignite In-Memory Data Fabric is designed to deliver uncompromised performance for a wide set of in-memory computing use cases from high performance computing, to the industry most advanced data grid, highly available service grid, and streaming. ยป

    tags: in-memory-data-fabric
  • Alternative PHP Cache

  • The APC (Alternative PHP Cache) is an Open Source opcode cache extension to the PHP programming language server daemon.

    tags: apc cache opcode-cache php server-hosting
  • eAccelerator

  • eAccelerator is a free open-source PHP accelerator & optimizer. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.

    tags: opcode-cache php server-hosting server-side server-software