Tagged articles
3 articles
Page 1 of 1
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.

NotifyProducer Consumerconcurrency
0 likes · 6 min read
Understanding wait() and notify() in Java Multithreading
Ops Development & AI Practice
Ops Development & AI Practice
Sep 26, 2024 · Operations

How to Configure MySQL 8.0 as a Systemd Notify Service on Linux

This guide walks through verifying MySQL 8.0.16+, copying and editing the mysqld.service file, setting the Service Type to notify, adding NotifyAccess, adjusting ExecStart, reloading systemd, restarting MySQL, and checking its status, while covering SELinux, firewall, and notification‑delay optimizations.

LinuxNotifymysql
0 likes · 6 min read
How to Configure MySQL 8.0 as a Systemd Notify Service on Linux
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.

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