[Introduction to Cacheonix of Distributed Cache]

1.  Introduction to Cacheonix

Ehcache is a Java distributed cache system, which can effectively reduce the read and write load of the database and improve the throughput rate of the Web system. Cacheonix is ​​also a Java-based distributed cluster cache system, which can also help you implement distributed cache deployment.



 

Cacheonix is an Open Source Java cache that allows developers to scale applications horizontally by providing a highly concurrent local cache and a strictly consistent distributed cache.

 

Second, the characteristics of Cacheonix

1) Reliable distributed Java cache

2) High availability through replication

3) Support generic cache API

4) Can be integrated with ORM framework

5) Use data partitioning to achieve load balancing

6) Support non-multicast network

7) High performance computing

8) Fast local Java cache

9) Distributed lock mechanism



 

三、Why use Cacheonix

1)Scale your application horizontally - Cacheonix allows applications to scale linearly and predictably by minimizing the need to go through scalability bottlenecks such as transactional database and other shared serially accessed resources.

2)Maximize application performance - Cacheonix improves performance of your application by caching frequently-accessed data that is stored in a database or produced by time-consuming operations such as financial calculations, map-reduce or reports.

3)Reduce load on the database - Cacheonix allows you significantly reduce the load on the database by storing all frequently-accessed database data in a strictly-consistent distributed write-through cache.

4)Simplify cluster management - Cacheonix simplifies cluster management by eliminating the need for manual cluster configuration. Cacheonix cluster automatically adds new machines to the cluster and balances the load by sending parts of the cache data to the new cluster members.

5)Minimize GC pauses - Cacheonix makes it possible to create a cluster of smaller JVMs inside a server with large RAM. Because each JVM serves fewer users and uses less memory, the garbage collections occur at different times, so users exposure to GC delays becomes smaller and is spread in time.

 

四、Key application scenarios

1)Web application cache - Cacheonix web cache improves performance and scalability of web applications by serving dynamically generated content from memory. Configuring the web cache is as easy as adding a servlet filter to your web.xml.

2)Distributed Java cache - Cacheonix distributed caching capability for Java provides reliable access to application data while enabling linear horizontal scalability, low-latency and very high throughput and simplified data access programming.

3)Application cache - An application cache is a cache that an application accesses directly. An application benefits from using Cacheonix by accessing most frequently accessed data in memory.

4)Second level (L2) cache - An L2 cache is a cache that provides caching services to an object-relational mapping (ORM) frameworks or data mapping (DM) frameworks. Cacheonix supports Hibernate, Data Nucleus, MyBatis and iBatis.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326584508&siteId=291194637