process

資料庫 - 連線是如何拖垮你的系統的

category: database     2 minute read     Posted on:

How Connection Affect your System’s Performance 以 PostgreSQL 來說,他的底層設計是採用 process per user 的 client/server 架構 也就是說,一個 client 的連線會連到一個 server process 不過由於 ser...

Goroutine 與 Channel 的共舞

category: random     7 minute read     Posted on:

Preface 在了解 Channel 之前,我們需要先了解一些基本的概念 如果你已經很熟悉這些概念,可以直接跳到 Introduction to Golang Channel 部分