All Articles

145983 articles · Page 7192 of 7300
Architect
Architect
Nov 12, 2015 · Backend Development

Web Real‑Time Message Push: Techniques and Choosing Comet with Tornado

This article reviews various web real‑time message push techniques—including polling, long‑polling, iframe streaming, socket plugins, and WebSocket—evaluates their pros and cons, and explains why the author selected the Comet approach implemented with the Python Tornado framework for a web push system.

backendreal-timetornado
0 likes · 4 min read
Web Real‑Time Message Push: Techniques and Choosing Comet with Tornado
Architect
Architect
Nov 12, 2015 · Backend Development

Server Push (Comet) Techniques: Comparison, Implementation, and Best Practices

This article examines server‑push technologies such as Comet, comparing plugin‑based socket approaches with HTTP long‑connection methods like AJAX long‑polling and iframe/htmlfile streaming, and provides practical guidance on building robust Comet applications using frameworks such as Pushlet.

CometHTTPServer Push
0 likes · 19 min read
Server Push (Comet) Techniques: Comparison, Implementation, and Best Practices
Architect
Architect
Nov 12, 2015 · Backend Development

JD.com Multi‑Center Transaction System Architecture for the 11.11 Shopping Festival

The article explains how JD.com designed and deployed a multi‑center transaction architecture, using a high‑performance data bus and strict consistency and routing controls, to handle the massive traffic spikes of the 11.11 e‑commerce event while ensuring scalability and disaster recovery.

Data Replicationbackend scalabilitydistributed systems
0 likes · 9 min read
JD.com Multi‑Center Transaction System Architecture for the 11.11 Shopping Festival
ITPUB
ITPUB
Nov 12, 2015 · Operations

Automate DB Monitoring Reports with Zabbix and Orabbix

This guide explains how to extract Zabbix graphs using screenid and graphid, download them via Python, store them temporarily, and attach the images to email reports for efficient database server monitoring.

AutomationDatabase MonitoringOrabbix
0 likes · 6 min read
Automate DB Monitoring Reports with Zabbix and Orabbix
ITPUB
ITPUB
Nov 12, 2015 · Fundamentals

Essential Differences and Usage Tips for Java Collections

This article explains why Map does not extend Collection, compares HashMap with Hashtable, clarifies Comparable versus Comparator, shows how to sort object lists, distinguishes fail‑fast from fail‑safe iterators, and outlines key differences among Set, List, ArrayList, Vector, and related Java collection classes.

CollectionsHashMapIterator
0 likes · 7 min read
Essential Differences and Usage Tips for Java Collections
Node Underground
Node Underground
Nov 12, 2015 · Backend Development

How to Prevent CPU 100% When Using html-minifier in Node.js

This article explores the challenges of real‑time HTML and inline JS/CSS minification with html‑minifier in Node.js, including CPU‑spike bugs caused by malformed HTML, workarounds using the vm module with timeouts, performance optimizations, and future directions for faster, stable compression.

CPUVMhtml-minifier
0 likes · 6 min read
How to Prevent CPU 100% When Using html-minifier in Node.js
21CTO
21CTO
Nov 12, 2015 · Cloud Computing

Inside JD.com's 11.11 Tech: Cloud, AI, and Ops Strategies

JD.com’s senior engineers detail how a combination of massive Docker‑based cloud migration, multi‑center transaction architecture, intensive 60‑second recovery drills, and AI‑driven personalization via the JD Brain enabled the platform to handle the unprecedented traffic and data demands of the 11.11 shopping festival.

Artificial IntelligenceCloud ComputingOperations
0 likes · 19 min read
Inside JD.com's 11.11 Tech: Cloud, AI, and Ops Strategies
21CTO
21CTO
Nov 12, 2015 · Operations

Scaling Suning’s E‑Commerce for Double‑11: System Splitting and Resilience

Suning’s technical team shares how they prepared for Double‑11 by splitting monolithic services into focused modules, building a robust foundational platform with cloud, middleware, and monitoring tools, refining R&D processes, and implementing comprehensive load‑testing, optimization, and emergency response plans to ensure system stability under massive traffic.

Load TestingMonitoringe-commerce architecture
0 likes · 13 min read
Scaling Suning’s E‑Commerce for Double‑11: System Splitting and Resilience
21CTO
21CTO
Nov 12, 2015 · Cloud Computing

Scaling Mogujie's Private Cloud for 11.11: Architecture, Stability & Ops Insights

This article details how Mogujie's private cloud platform, built on OpenStack, Docker, and KVM, was engineered and optimized to handle the massive traffic of the 11.11 shopping festival, covering architectural choices, stability measures, monitoring, disaster recovery, performance tuning, and integration with existing operations systems.

DockerKVMMonitoring
0 likes · 10 min read
Scaling Mogujie's Private Cloud for 11.11: Architecture, Stability & Ops Insights
Efficient Ops
Efficient Ops
Nov 11, 2015 · Information Security

Why Redis Unauthorized Access Is a Critical Threat and How to Fix It

This article explains a high‑severity Redis unauthorized‑access vulnerability that can let attackers write SSH keys to the host, highlights the risk of exposing Redis to the Internet without authentication, and provides guidance on remediation and network protection.

Network ExposureRedisVulnerability
0 likes · 4 min read
Why Redis Unauthorized Access Is a Critical Threat and How to Fix It
Efficient Ops
Efficient Ops
Nov 11, 2015 · Operations

Mastering Ops Team Leadership: Manager Roles & Performance Management

This article explores how operations managers can define their positioning, adopt multiple leadership roles, and implement effective performance management practices—including clear goal setting, task allocation, coaching, and systematic review—to boost team efficiency and stability.

IT opsOperationsleadership
0 likes · 12 min read
Mastering Ops Team Leadership: Manager Roles & Performance Management