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
91
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
76
Asynchronous JS with Promise (+ Workshop)
makara
0
79
Asynchronous JS with Promise
makara
2
150
Other Decks in Programming
See All in Programming
Ruby on cygwin 2025-02
fd0
0
120
traP の部内 ISUCON とそれを支えるポータル / PISCON Portal
ikura_hamu
0
240
富山発の個人開発サービスで日本中の学校の業務を改善した話
krpk1900
4
340
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
160
自分ひとりから始められる生産性向上の取り組み #でぃーぷらすオオサカ
irof
8
2.2k
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
110
Spring gRPC について / About Spring gRPC
mackey0225
0
200
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
210
時計仕掛けのCompose
mkeeda
1
250
Pulsar2 を雰囲気で使ってみよう
anoken
0
200
Package Traits
ikesyo
2
230
動作確認やテストで漏れがちな観点3選
starfish719
6
930
Featured
See All Featured
Docker and Python
trallard
43
3.2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Unsuck your backbone
ammeep
669
57k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
530
Site-Speed That Sticks
csswizardry
3
310
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Facilitating Awesome Meetings
lara
51
6.2k
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!