On Monday, March 10, 2014 5:21:48 AM UTC-4, Björn Antonsson wrote: > > > The reason that Akka is moving away from transactions and doesn’t provide > out of the box support for distributed transactions is that they perform > poorly in real life and promote a thinking that leads to a non scaling > design. > > To build systems without distributed transactions you need to apply a > different way of thinking about your systems. A good read on the subject is > this Position Paper by Pat Helland: Life beyond Distributed > Transactions<http://www-db.cs.wisc.edu/cidr/cidr2007/papers/cidr07p15.pdf> > . >
Is there an example somewhere of how to do a bank account transfer, using this different way of thinking? Or should I just stay away from Akka if I need transactions of this sort? Rob -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
