Tag

Notify

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Mar 9, 2025 · Backend Development

Understanding wait() and notify() in Java Multithreading

This article explains the concepts, usage conditions, execution flow, internal mechanisms, and best‑practice guidelines for Java's wait() and notify() methods, illustrated with a producer‑consumer example and code snippets for safe thread coordination.

JavaNotifyProducer Consumer
0 likes · 6 min read
Understanding wait() and notify() in Java Multithreading
Architect
Architect
Aug 6, 2015 · Backend Development

Design and Optimization of Alibaba's Notify and MetaQ Distributed Message Middleware

The article explains how Alibaba's Notify and MetaQ middleware achieve high‑performance, reliable distributed messaging and final consistency for massive e‑commerce transactions, detailing their architecture, design principles, scalability, fault‑tolerance, and the specific optimizations applied for the Double‑11 shopping festival.

AlibabaFinal ConsistencyMetaQ
0 likes · 15 min read
Design and Optimization of Alibaba's Notify and MetaQ Distributed Message Middleware