Urgent.News

What's breaking now, across thousands of outlets.

Tech

IBM Introduces New Mainframe Processor Combining Its Own Tech With Arm Architecture

IBM Introduces New Mainframe Processor Combining Its Own Tech With Arm Architecture

On August 24, International Business Machines Corporation (IBM) unveiled its next-generation dual-architecture processor for IBM Z and LinuxONE, marking a significant milestone in its partnership with Arm Holdings plc. The new chip, built on a 2-nanometer process node, integrates 11 high-performance cores operating at over 5.7 GHz, alongside AI inference accelerators, a dedicated on-chip data processing unit, and an enhanced cache architecture.

Arm applications running on this chip will inherit IBM's enterprise-grade features, including fault detection, robust encryption, and secure key management. The collaboration, initiated in April, focuses on three areas: virtualization for Arm software on mainframes, high-end security and data residency, and shared technology layers.

IBM aims to bolster its mainframe platform by supporting Arm workloads, potentially attracting companies that have previously developed on Arm-compatible software. Meanwhile, Arm gains entry into enterprise and data-center computing, moving beyond its traditional focus on mobile and embedded chips. However, the challenge lies in merging two distinct computing architectures with enterprise-grade security, error tolerance, and speed, a task IBM, with its systems expertise, and Arm, with its power-efficient design and software ecosystem, are seeking to achieve.

The success of this collaboration hinges on customer adoption, a critical factor for both companies as they navigate the competitive landscape of enterprise computing.

Written by urgent.news from Yahoo Finance's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at finance.yahoo.com →

More in Tech

WebSockets in React Server Components: Client Islands

Why you shouldn’t copy server state into a global store for realtime Hot take: when React Server Components (RSC) are your default, the worst thing you can do for realtime features is turn an entire…

  • Ship pages as Server Components to leverage streaming and small JS budgets.
  • Isolate WebSockets in minimal client islands (5-20 lines) using TanStack Query or SWR.
  • Prefetch initial data server-side and hydrate client cache via TanStack Query’s dehydrate.

More from Saturday 29 August →