# Azul Platform Prime (Zing) Reviews
**Vendor:** Azul Systems  
**Category:** [Java Development Kit (JDK) Distributions](https://www.g2.com/categories/java-development-kit-jdk-distributions)  
**Average Rating:** 4.1/5.0  
**Total Reviews:** 14
## About Azul Platform Prime (Zing)
A truly superior Java platform that can cut your infrastructure costs in half. Azul Platform Prime turbocharges the performance and scalability of your Java ecosystem with a hyper-optimized runtime that maximizes performance while driving down infrastructure costs. More Performance Get more transactions from the same hardware and accelerate Java performance, even as loads increase. More Savings Slash capital expenses for servers by as much as 50%, cut operating expenses for cloud services (with no over-provisioning), and drive continuous value. More Happy Users Maintain consistent response times, reduce system stalls, and provide better services—all with less infrastructure.




## Azul Platform Prime (Zing) Reviews
  ### 1. Managing Zing by Systems Engineers

**Rating:** 4.0/5.0 stars

**Reviewed by:** Luke B. | Senior Systems Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 21, 2019

**What do you like best about Azul Platform Prime (Zing)?**

Zing comes in two parts; the Zing Virtual Machine, (ZVM, which is a Java Virtual Machine) and Zing Service Tools (ZST) which is software installed on Linux along with their kernel module that does memory management.  As a Systems Engineer I find managing Zing in an enterprise environment very easy.

Upgrading is simple. A ZST upgrade is not needed for every ZVM upgrade - multiple versions of the ZVM can run on the same ZST.  ZSTs are packaged in RPMs, so all we do is "yum update" and "reboot".

Planning/Sizing for Zing on hardware is a little different, but still straight forward.  When the zing kernel module starts it immediately takes a chunk of RAM, an all ZVM memory allocation is done inside there.  There is no risk of other operating system processes depriving Zing Java of heap space, as it's already taken by the kernel module.

Licensing can either be done by a centralised server for all ZVMs to "dial home" to, or a static license file can be stored on the servers.

**What do you dislike about Azul Platform Prime (Zing)?**

Early versions (years ago) of ZST didn't upgrade cleanly, we often had to double check that kernel modules were removed from the module tree correctly.  However the more recent versions do not have this problem and our management of ZST is a lot smoother now.

**Recommendations to others considering Azul Platform Prime (Zing):**

Highly recommended for people interested in high performance Java applications.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

We use Zing as the JVM underneath our low latency trading platform.  It's memory management prevents a number of the normal Java GC related problems.  It doesn't remove the issue entirely (Zing still has to pause to get a consistent state) but this is few and far between.

  ### 2. It has been an awesome experience. 

**Rating:** 5.0/5.0 stars

**Reviewed by:** Mou N. | Principal Search Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 14, 2019

**What do you like best about Azul Platform Prime (Zing)?**

I install zing, use from application , i do not have to worry about my jvm, GC again , ever.

**What do you dislike about Azul Platform Prime (Zing)?**

Really, nothing . Everything is super! I do not have anything bad to say about zing. Saved my life!

**Recommendations to others considering Azul Platform Prime (Zing):**

Go for it for any low latency application , saves lot of time tuning jvm .

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

GC stops prevents low latency applications behave properly.  Our Solr servers runs on zing and it servers more than 750 requests a second on a a cluster with 100s of TB of data with latency less than 150 ms on average. Without zing it would have been impossible for us to run solr the way it is running. 

  ### 3. zing is a good in memory cache

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Biotechnology | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 31, 2019

**What do you like best about Azul Platform Prime (Zing)?**

The best thing that we have experienced with zing is the decreased latency and ability to fine tune java virtual machine and its garbage collection process so as to be able to reduce latency in the application and thereby improve application performance as well. Its in memory cache is something that also helps the process of reducing latency. 

**What do you dislike about Azul Platform Prime (Zing)?**

The one area where there could be improvement is when the java virtual machine is first started, there is inherent latency and delay to bring the system up and running and this is something zine should be able to improve upon to make this experience even better.

**Recommendations to others considering Azul Platform Prime (Zing):**

test zulu for the Java VM involved and the application.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

The main business problem that was being solved was to reduce the latency in application performance that requires considerable effort in fine tuning java virtual machine - zulu helped a lot in this regard to minimize the fine tuning effort.

  ### 4. Zing "cool beans"

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** December 04, 2019

**What do you like best about Azul Platform Prime (Zing)?**

Zing helps in efficient GC.This would help in the efficient memory management.

**What do you dislike about Azul Platform Prime (Zing)?**

little cache overhead. Cache is occupied.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

memory management.

  ### 5. A major advancement in industry

**Rating:** 4.5/5.0 stars

**Reviewed by:** Khola M. | Secondary Teacher, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 23, 2019

**What do you like best about Azul Platform Prime (Zing)?**

It is a great and compatible and compliant service with the Java SE specification. It breaks and opens all the Java scale barriers and makes a multitude improvement. It has an overhead, fine grained visibility tool that  helps you to find problems and accelerate resolution.

**What do you dislike about Azul Platform Prime (Zing)?**

Till now I have not found any issues with this product. It is a good software.

**Recommendations to others considering Azul Platform Prime (Zing):**

It is a must try. It is latest which makes it easier to use. Further more, being quick and uncomplicated, it saves your time too.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

A great software ahead of Java that helps you solve your issues in an easy way. it is very easy to use as the tool in it are easy to understand. Thus saves your time.

  ### 6. Zing JVM (review by open-source license holder)

**Rating:** 4.5/5.0 stars

**Reviewed by:** Chris N. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 27, 2018

**What do you like best about Azul Platform Prime (Zing)?**

Azul made a very sensible design decision by tightly integrating the memory management of the Zing JVM with the operating system. This allows the JVM to better leverage OS-level memory management features which can be seen in the low latency performance of Zing's C4 garbage collector.

I've found the setup tools which accompany Zing very useful in suggesting which OS properties to tune in order to get the best JVM performance. Zing's online documentation is very detailed and easy to navigate.

Zing's GC performance is impressive and I found GC pauses were measurably lower in the applications I have run on this VM.

**What do you dislike about Azul Platform Prime (Zing)?**

I've found nothing to dislike about Zing. The VM gives predictable and low latency. The only price you pay for this is that you must use a Linux kernel that is supported by the Zing memory management subsystem which may not be the latest non-stock kernel. If you are running Zing in production this is unlikely to be an issue.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

I'm reviewing Zing as an open-source license holder but I work in the financial services / market data industry where having predictable and low latency is essential as unpredictable or long GC pauses could break SLAs.

  ### 7. Good for specific cases

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Enterprise (> 1000 emp.)

**Reviewed Date:** February 20, 2019

**What do you like best about Azul Platform Prime (Zing)?**

The Zing runtime allows us to run smooth, hiccup free Java applications without the need for ongoing tuning of the garbage collection algorithm.

**What do you dislike about Azul Platform Prime (Zing)?**

There is some additional overhead required, and it can be difficult to resize applications or add entirely new ones without having to completely restart the memory manager.

**Recommendations to others considering Azul Platform Prime (Zing):**

It's a specialized product, but if you need what it offers then you should consider it.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

Our goal was to run time-sensitive client-server applications in Java.  With the Sun/Oracle Java runtime we needed to allow lengthy start-up times and expect frequent garbage collection pauses during times when the application was busy.  While Zing didn't remove the need for garbage collection, it did spread it out over time so that our application did not become unresponsive when we needed it the most.

  ### 8. Zing is good alternative for Oracle JVM

**Rating:** 3.5/5.0 stars

**Reviewed by:** Sheetal M. | Technical Lead, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 22, 2019

**What do you like best about Azul Platform Prime (Zing)?**

Zing usages minimum RAM or server. I used it in my ubuntu server. The performance is better than Oracle JVM. Resource management is also good of Zing so CPU utilization is low than other.

**What do you dislike about Azul Platform Prime (Zing)?**

In zing there should be a GUI panel where we can see JVM status and monitor server status.

**Recommendations to others considering Azul Platform Prime (Zing):**

I would like to recommend for Java Hosting Server to use zing. It is easy to setup and usage minimum resource.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

Zing usages low resources so the overall cost of server reduced. 

  ### 9. Tested zing as a way to improve performance of Apache Solr

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 14, 2019

**What do you like best about Azul Platform Prime (Zing)?**

Zing is basically a drop-in replacement for the oracle JVM. No code changes required, and the configuration is simplified.

**What do you dislike about Azul Platform Prime (Zing)?**

The licensing was a bit difficult to get working correctly in a containerized environment.

**Recommendations to others considering Azul Platform Prime (Zing):**

I would evaluate Zing before purchases. In circumstances where full garbage collection (stop-the-world) events are a problem, Zing will most certainly alleviate this issue. I would also lean heavily on their support team, which was very responsive in our experience.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

We tested zing out as a way to improve performance of Apache Solr. We did not realize an appreciable difference in Solr, but we may revisit this issue in the future.

  ### 10. Running hundreds of Cassandra nodes on Zing

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** February 06, 2019

**What do you like best about Azul Platform Prime (Zing)?**

Zing is a great JVM. Minimise GC and maximise JVM heap.
Technical support is great! One of the best in the market both in terms of quality and response time. We also had a dedicated Azul engineer to assist us with the setup and during major incidents involving Zing.


**What do you dislike about Azul Platform Prime (Zing)?**

I don't think there is something to dislike. I would try to improve the Zing Vision monitoring tool.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

Zing helped us reduce the latency for high percentiles by allowing us to operate Cassandra with a higher heap size (higher than the recommended value) and a low GC impact.

  ### 11. Hadoop NameNode GC issues solved

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** February 21, 2019

**What do you like best about Azul Platform Prime (Zing)?**

The GC algorithm works perfectly. Support is very reactive and take seriously our issues!

**What do you dislike about Azul Platform Prime (Zing)?**

Works only on linux. Licensing management could be a pain sometimes

**Recommendations to others considering Azul Platform Prime (Zing):**

If do not want waste your time tuning GC.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

Before using Zing, we struggled to tune G1 GC with our Hadoop Name Node with a heap of 500+GB. Deploying Zing solves the GC issue. No more issue in production since 1 year and a half.

  ### 12. We use it for Java

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Publishing | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 21, 2019

**What do you like best about Azul Platform Prime (Zing)?**

It's a good alternative to the cloud, when it's not available or otherwise unusable.

**What do you dislike about Azul Platform Prime (Zing)?**

We haven't ran into many problems yet, there's not much we can't fix on our own.

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

We use it to support our Linux distros.

  ### 13. Solved all my GC problems 

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 15, 2019

**What do you like best about Azul Platform Prime (Zing)?**

Complete Java compatibility without the efforts needed to tune the virtual machine

**What do you dislike about Azul Platform Prime (Zing)?**

Generally positive experience, but not being open source limits the implementations options

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

Client response time was reduced without 50%

  ### 14. Great for Enterprise Java Applications

**Rating:** 3.5/5.0 stars

**Reviewed by:** Paloma D. | Technical Analyst, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 21, 2016

**What do you like best about Azul Platform Prime (Zing)?**

As a developer, I use Zing JVM at work for running servlets and Java source code, in enterprise and regular Java desktop applications. I like that it has a fast response time and a smooth user interface and I don't have to change my code to fit with this JVM. I would recommend using this for servlets and Java EE rather than simple desktop applications. 

**What do you dislike about Azul Platform Prime (Zing)?**

I dislike the fact that it slows down machines by using RAM and taking up a lot of resources. They need to make it more concise and not as heavy.

**Recommendations to others considering Azul Platform Prime (Zing):**

I would recommend using this on a high powered desktop rather than a laptop. 

**What problems is Azul Platform Prime (Zing) solving and how is that benefiting you?**

My organization uses Zing JVM to run Java source code and customize the user interface to appeal to the end user. It helps make compiled applications more user friendly. 


## Azul Platform Prime (Zing) Discussions
  - [What is Azul Platform Prime used for?](https://www.g2.com/discussions/what-is-azul-platform-prime-used-for)
  - [How can I buy Zing?](https://www.g2.com/discussions/how-can-i-buy-zing) - 1 upvote
  - [How does Zing deliver better performance than other JVMs?](https://www.g2.com/discussions/how-does-zing-deliver-better-performance-than-other-jvms) - 1 upvote
  - [What is Zing®?](https://www.g2.com/discussions/what-is-zing) - 1 upvote

- [View Azul Platform Prime (Zing) pricing details and edition comparison](https://www.g2.com/products/azul-platform-prime-zing/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-13+11%3A04%3A31+-0500&secure%5Bsession_id%5D=8c6fc0f4-8aff-4ba2-940a-77b4960281ca&secure%5Btoken%5D=0c619612d388ca363ddeba8be712e10f2f17d844bb5b972fd60ecb18188facdb&format=llm_user)

## Azul Platform Prime (Zing) Features
**Support**
- Migration
- Release Support
- Documentation
- Issue Resolution

**Differentiated Features**
- Cloud Native
- Enhanced Performance
- Added Classes and Libraries

## Top Azul Platform Prime (Zing) Alternatives
  - [Amazon Corretto](https://www.g2.com/products/amazon-corretto/reviews) - 4.5/5.0 (118 reviews)
  - [Oracle Java Downloads](https://www.g2.com/products/oracle-java-downloads/reviews) - 4.4/5.0 (41 reviews)
  - [Microsoft Build of OpenJDK](https://www.g2.com/products/microsoft-build-of-openjdk/reviews) - 4.2/5.0 (16 reviews)

