Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Loose Coupling with Message Queue / Bus (the sh...
Search
Makara Wang
April 20, 2013
Programming
1
92
Loose Coupling with Message Queue / Bus (the short version)
Makara Wang
April 20, 2013
Tweet
Share
More Decks by Makara Wang
See All by Makara Wang
Code Reuse in Node.js (the short version)
makara
0
80
Asynchronous JS with Promise (+ Workshop)
makara
0
82
Asynchronous JS with Promise
makara
2
150
Other Decks in Programming
See All in Programming
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
390
三者三様 宣言的UI
kkagurazaka
0
280
ALL CODE BASE ARE BELONG TO STUDY
uzulla
28
6.8k
AI 駆動開発におけるコミュニティと AWS CDK の価値
konokenj
5
290
技術的負債の正体を知って向き合う
irof
0
290
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
580
Amazon Verified Permissions実践入門 〜Cedar活用とAppSync導入事例/Practical Introduction to Amazon Verified Permissions
fossamagna
2
100
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
140
AI駆動で0→1をやって見えた光と伸びしろ
passion0102
1
880
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
210
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
830
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
95
14k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
How GitHub (no longer) Works
holman
315
140k
How to train your dragon (web standard)
notwaldorf
97
6.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
7.9k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Docker and Python
trallard
46
3.6k
Transcript
Loose Coupling with Message Queue / Bus (the short version)
⺩王浩宇 Makara Wang
[email protected]
2013.04.20
Assuming you know... Message Queue / Bus Pub / Sub,
Push / Pull, Req / Rep, ... Socket
Typically... Req Session(Auth) Data CRUD Log Res ...
Becomes... Req Session(Auth) Data CRUD Log ... MQ Res Res
Going crazy... Req Session(Auth) Model CRUD Log ... MQ Res
Even MORE... Req MQ MQ MQ ...
Don’t ask me why...
Thanks!