Tag

Server Architecture

0 views collected around this technical thread.

Architects' Tech Alliance
Architects' Tech Alliance
May 15, 2024 · Artificial Intelligence

Detailed Overview of GPU Server Architectures: A100/A800 and H100/H800 Nodes

This article provides a comprehensive technical overview of large‑scale GPU server architectures, detailing the component topology of 8‑GPU A100/A800 and H100/H800 nodes, explaining storage network cards, NVSwitch interconnects, bandwidth calculations, and the trade‑offs between RoCEv2 and InfiniBand for AI workloads.

AI trainingGPUHigh Performance Computing
0 likes · 13 min read
Detailed Overview of GPU Server Architectures: A100/A800 and H100/H800 Nodes
Architects' Tech Alliance
Architects' Tech Alliance
Sep 14, 2023 · Fundamentals

Deep Report: Opportunities in Memory Interface Chips and DDR5 Evolution

This report analyzes the role of memory interface chips in modern servers, the transition from DDR4 to DDR5, market penetration forecasts, the technical distinctions between RCD and DB buffers, and emerging standards such as CXL, HBM, and PCIe that shape future high‑performance computing architectures.

CXLDDR5HBM
0 likes · 10 min read
Deep Report: Opportunities in Memory Interface Chips and DDR5 Evolution
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 3, 2023 · Operations

Comprehensive Stress Test Scope Evaluation: Adding and Subtracting Approaches

This article presents a systematic method for evaluating and prioritizing stress‑test coverage in game projects, combining comprehensive “addition” techniques—such as QA requirement gathering, case‑library reference, test‑case review, and server‑architecture analysis—with precise “subtraction” methods to refine the final test set.

Server ArchitectureStress Testinggame development
0 likes · 13 min read
Comprehensive Stress Test Scope Evaluation: Adding and Subtracting Approaches
Architects' Tech Alliance
Architects' Tech Alliance
Feb 28, 2023 · Databases

Hybrid Deployment Strategies for Distributed Databases across X86 and ARM Server Architectures

The article examines three hybrid deployment schemes—cross‑cluster, multi‑data‑center within a cluster, and single‑data‑center within a cluster—for distributed databases running on both X86 and ARM servers, highlighting their technical steps, benefits, and relevance to the financial industry.

ARMDistributed DatabasesFinancial Industry
0 likes · 8 min read
Hybrid Deployment Strategies for Distributed Databases across X86 and ARM Server Architectures
Code Ape Tech Column
Code Ape Tech Column
Nov 24, 2022 · Game Development

Why Game Server Developers Are Reluctant to Adopt Microservices

Game server developers often avoid microservice architectures because real‑time performance, low latency, and stateful in‑memory processing are critical, and the added network overhead, stateless constraints, and complexity of service meshes can degrade gameplay, making monolithic or tightly‑coupled designs more suitable for fast-paced multiplayer games.

MicroservicesServer Architecturegame development
0 likes · 8 min read
Why Game Server Developers Are Reluctant to Adopt Microservices
Architects' Tech Alliance
Architects' Tech Alliance
Oct 16, 2022 · Fundamentals

Overview of CPU and GPGPU Technologies for Server and AI Applications

The article provides a comprehensive overview of the role of CPUs and GPGPUs in modern server architectures and AI workloads, discussing hardware fundamentals, instruction set architectures, market trends, and the emerging importance of heterogeneous computing for high‑performance and energy‑efficient processing.

Artificial IntelligenceCPUGPGPU
0 likes · 8 min read
Overview of CPU and GPGPU Technologies for Server and AI Applications
Architects' Tech Alliance
Architects' Tech Alliance
Jul 9, 2022 · Fundamentals

Server CPU Architecture, Classification, and Market Landscape – 2022 Chinese Server CPU Research Framework

This article summarizes the 2022 Chinese server CPU research framework, covering server fundamentals, logical architecture, CPU roles and cost impact, instruction-set classifications (CISC vs RISC), major architectures (x86, ARM, MIPS), the industry value chain, market size trends, and global competitive dynamics across server, desktop, and mobile segments.

ARMCPUHardware fundamentals
0 likes · 10 min read
Server CPU Architecture, Classification, and Market Landscape – 2022 Chinese Server CPU Research Framework
ByteDance Data Platform
ByteDance Data Platform
May 11, 2022 · Big Data

How to Build a High‑Performance SparkSQL Server with Hive JDBC Compatibility

This article explains how to design and implement a SparkSQL server that lowers usage barriers and boosts efficiency by supporting standard JDBC interfaces, integrating Hive Server2 protocols, handling multi‑tenant authentication, managing Spark job lifecycles, and providing high‑availability through Zookeeper coordination.

Big DataHiveJDBC
0 likes · 15 min read
How to Build a High‑Performance SparkSQL Server with Hive JDBC Compatibility
Top Architect
Top Architect
May 5, 2022 · Backend Development

Implementing High‑Performance Long‑Connection Services with Netty: Challenges, Bottlenecks, and Optimizations

This article explains how to build a scalable long‑connection server using Netty, covering the fundamentals of non‑blocking I/O, practical code examples for achieving millions of concurrent connections, common Linux kernel limits, CPU and GC bottlenecks, and a series of tuning techniques to dramatically improve QPS and stability.

Java NIOLong ConnectionsNetty
0 likes · 15 min read
Implementing High‑Performance Long‑Connection Services with Netty: Challenges, Bottlenecks, and Optimizations
Architects' Tech Alliance
Architects' Tech Alliance
Apr 5, 2022 · Fundamentals

Fundamentals of Server CPUs and Architecture Overview

This article provides a comprehensive overview of server CPUs, covering core components, operation stages, performance parameters, Intel TurboBoost, Xeon Scalable naming, Tick‑Tock development, multi‑core and many‑core designs, hyper‑threading, heterogeneous computing, and the differences between CISC and RISC architectures.

CPUHardwareInstruction set
0 likes · 10 min read
Fundamentals of Server CPUs and Architecture Overview
Refining Core Development Skills
Refining Core Development Skills
Mar 11, 2022 · Databases

Redis Server Startup and Event‑Loop Mechanics: A Detailed Walkthrough

This article explains how Redis initializes, creates a TCP listener, registers file events, runs a single‑threaded reactor loop, accepts client connections, processes commands via a command table, and sends replies, illustrating the core backend architecture of the in‑memory database.

C++Event LoopIO Multiplexing
0 likes · 8 min read
Redis Server Startup and Event‑Loop Mechanics: A Detailed Walkthrough
IT Architects Alliance
IT Architects Alliance
Jan 24, 2022 · Backend Development

Designing High‑Concurrency Architecture for E‑commerce Applications

This article presents a comprehensive guide to building high‑concurrency systems for e‑commerce, covering server architecture, load balancing, database clustering, caching strategies, concurrency testing tools, message‑queue based solutions, first‑level caches, static data handling, layered and distributed designs, as well as redundancy and automation practices.

CachingDistributed SystemsMessage Queue
0 likes · 19 min read
Designing High‑Concurrency Architecture for E‑commerce Applications
Architects' Tech Alliance
Architects' Tech Alliance
Dec 6, 2021 · Backend Development

Designing High‑Concurrency Architecture: Strategies, Components, and Best Practices

This article explains how to design a high‑concurrency system by selecting appropriate server architecture, load balancing, database clustering, caching layers, message‑queue handling, static‑content delivery, service‑oriented decomposition, redundancy, automation, and monitoring to ensure smooth operation under heavy user traffic.

CachingDistributed SystemsMessage Queue
0 likes · 17 min read
Designing High‑Concurrency Architecture: Strategies, Components, and Best Practices
Architecture Digest
Architecture Digest
Dec 6, 2021 · Backend Development

Designing High‑Concurrency Architecture for E‑commerce Applications

This article explains how to design and evolve server architectures, load‑balancing, database clustering, caching, message queues, and other techniques to handle high‑concurrency scenarios such as flash sales and timed red‑packet distribution in large‑scale e‑commerce systems.

CachingDistributed SystemsMessage Queue
0 likes · 21 min read
Designing High‑Concurrency Architecture for E‑commerce Applications
TAL Education Technology
TAL Education Technology
Nov 18, 2021 · Backend Development

Server‑Side Network Concurrency Models and Linux I/O Multiplexing (select, epoll)

This article explains fundamental concepts of streams, I/O operations, blocking and non‑blocking behavior, compares blocking wait with busy polling, and then details five practical solutions—including multithreading, select, and epoll—while presenting Linux epoll API usage, code examples, and a comprehensive overview of seven common server concurrency models.

IO MultiplexingLinuxServer Architecture
0 likes · 32 min read
Server‑Side Network Concurrency Models and Linux I/O Multiplexing (select, epoll)
IT Architects Alliance
IT Architects Alliance
Mar 11, 2021 · Cloud Computing

Server Architecture Overview: 5G Impact, Edge, Cloud, AI Servers, and Key Vendors

This article examines server architecture by analyzing its components, the transformative effects of 5G on computing boundaries and scenarios, the requirements of edge and cloud computing—including edge, AI, and cloud servers—while also reviewing white‑box, open‑source, hardware‑reconstructed, software‑defined servers and major industry vendors.

5GAI ServersCloud Computing
0 likes · 3 min read
Server Architecture Overview: 5G Impact, Edge, Cloud, AI Servers, and Key Vendors
Architects' Tech Alliance
Architects' Tech Alliance
Dec 14, 2020 · Fundamentals

Server CPU Architecture, Platform Evolution, and Market Trends

The article explains the data flow and component interactions on server motherboards, details CPU and chipset roles, describes Intel's successive CPU platforms and manufacturing processes, and analyzes how these technological upgrades influence server configurations, market demand, and datacenter growth.

CPUDataCenterIntel
0 likes · 9 min read
Server CPU Architecture, Platform Evolution, and Market Trends