Stefan Tilkov's Random Stuff

Lightweight Transaction Framework

Not exactly new anymore, still worth reading: Lightweight Transactions in the FABRIQ Pipeline by Clemens Vasters. A long time ago, I spent quite some time thinking about, and building, a framework that handled “logical” transactions — but this was in a very synchronous, RPC-oriented environment. Applying something similar to a message-oriented, pipelined system seems interesting …

Comments