Skip to content

Comment on Ask HN: Disadvantages of event-driven web architecture?

Comments

The most basic area where the evented model performs poorly is the most obvious one given its architecture - slow transactions. Depending on the set up, the event loop could be completely blocked by a slow transaction, thus nullifying many of the benefits.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.