InfoQ Homepage Virtual Machines Content on InfoQ
-
Google Propeller Squeezes Extra Performance from Large-Scale LLVM Binaries
Google Propeller is able to improve the performance of LLVM binaries by relinking and optimizing them based on a profile of their behaviour at runtime. Propeller can bring 2-9% improvements on key performance benchmarks for binaries that were previously highly optimized by LLVM, say Google engineers.
-
Google Introduces Machine Images to Simplify Making and Restoring Virtual Machines
In a recent blog post, Google announced machine images, a new type of Compute Engine resource containing all the information users need to create, backup or restore a virtual machine, and thus reducing the amount of time required for managing environments. The feature in Compute Engine is currently in beta, and not covered by any SLA or deprecation policy.
-
New Relic – the State of Java Report
While self-reported data suggests that running the latest and greatest JVM in production is the way forward, the recent report by New Relic (which monitors real JVMs in production) suggests that the Java landscape is dominated by Java 8, and to a lesser extent, Java 11, with non-LTS releases barely a blip on their radar. Read on to find out what their report says customers are actually using.
-
Java Flight Recorder Coming to OpenJDK 8
Java Flight Recorder, originally open sourced in Open JDK 11, is being backported into the mainline Open JDK 8 tree as it comes out of its early access release. Together with JMC 7.1, available from Azul, flight recorder profiling will become accessible to users of both Open JDK 8 and Open JDK 11.
-
Google Introduces E2 Family of VMs in Beta for Google Compute Engine
In a recent blog post, Google announced its new E2 family of general-purpose VMs for Google Compute Engine are available in beta. With E2, Google aims to provide customers with flexible, performance-driven, and cost-effective VMs for Google Compute Engine on its Google Cloud Platform (GCP).
-
Microsoft Releases Azure Ultra Disk Storage to General Availability
In a recent blog post, Microsoft announced the general availability of Azure Ultra Disk Storage - a new Managed Disks offering, which delivers unprecedented and extremely scalable performance with sub-millisecond latency for the most demanding Azure Virtual Machines and container workloads.
-
OpenJDK Project Valhalla Releases LW2 Prototype
Project Valhalla (OpenJDK) has released LW2, a new user-accessible prototype of the effort to align with modern hardware. InfoQ discusses this new prototype in-depth with IBM's tech lead for this new technology.
-
Weaveworks Releases Ignite, AWS Firecracker-Powered Software for Running Containers as VMs
Software startup Weaveworks celebrated their fifth birthday by releasing an open source project called Weave Ignite. This project is billed as a "GitOps-managed virtual machine (VM) with a container UX." This novel software uses Firecracker, the AWS open source project that underpins AWS Lambda. InfoQ spoke to team behind the project to learn more.
-
Microsoft Releases Azure Bastion, Eliminating the Jumpbox Virtual Machine
In a recent blog post, Microsoft announced the preview of a secure remote desktop solution, called Azure Bastion, which does not require organizations to expose virtual machines using public IP Addresses. The platform as a service (PaaS) extends virtual machine connectivity using Remote Desktop Protocol (RDP) and Secure Shell (SSH) inside a modern web browser.
-
Azul Systems Discuss Java's Present and Future
InfoQ caught up with Simon Ritter, deputy CTO of Azul Systems, to talk about their JVM products and the current status and future of Java.
-
Writing Web Applications in Java - a Study of Alternatives
Developers familiar with the Java Virtual Machine languages and who want to develop web applications without the difficulties of a JavaScript development stack, have an increasing array of alternatives to JavaScript to choose from. The performance penalty vs. native JavaScript web applications is shrinking.
-
Kubernetes Future: VMs, Containers, or Hypervisor?
In competing visions of the future of Kubernetes, Paul Czarkowski, principal technologist at Pivotal, predicts that VMs will replace containers, and Joe Fernandes, a VP at Red Hat, considers that VMs usage is evolving for Kubernetes rather than replacing containers. In addition, Chris Short, Red Hat's principal product marketing manager, said that Kubernetes is close to replacing the hypervisor.
-
Kotlin 1.3.30 Brings Kotlin/Native and KAPT Improvements, and More
JetBrains has released Kotlin 1.3.30. This version is mainly a new bug fix and tooling update for Kotlin 1.3. Kotlin 1.3.30 brings Kotlin/Native and KAPT improvements, support for more operations for unsigned types and arrays, debugging improvements on IntelliJ IDEA, and more.
-
Microsoft Announces Azure Migrate and Azure Site Recovery Enhancements
Last week, Microsoft announced several enhancements to their Azure Migrate and Azure Site Recovery services. The changes in the announcement include additional geographies for storing discovery and assessment metadata, along with additional supported options for migrations.
-
AWS Release “Firecracker”, an Open Source Rust-Based microVM for Container and Serverless Workloads
Amazon has announced the release of Firecracker, an open source virtualization technology that is purpose-built for “creating and managing secure, multi-tenant containers and functions-based services”. Firecracker is a fork of Chromium OS's Virtual Machine Monitor (crosvm), an open source VMM written in Rust, and the technology is used behind the scenes to power Amazon’s AWS Lambda services.
AOT or JIT: Faster Startup, Faster Code, or Faster Both?
In this webinar, we will navigate the pros and cons of the Just-In-Time (JIT) and Ahead-of-Time (AOT) compilation approaches, explore the tradeoffs between initial performance and overall performance, and examine how you can better architect your Java microservice design.