Well, it would not be for a high frequency system, which comprises maybe three people on ET. It makes zero difference that it takes an extra 50 milliseconds, if that, to process an order that is being updating less than say 200 times a day.Quote from januson:
Yes I have thought about it, but I realized it was too slow and the architecture was too stupid demanding Sql Servers everywhere.
Are you developing in c#?
Quote from ivanbaj:
http://stackoverflow.com/questions/...-over-frameworks-like-masstransit-or-hand-wri
http://social.msdn.microsoft.com/Fo...r/thread/5ecd02df-9e0e-4e7e-92f6-fcab597d975e
I have used MSMQ but not SSSB but now I will look into it.
Are there C# libraries similar to R? What do you use for stats and data mining stuff In c#?
The problem with MSMQ is that there is a bunch of things that needs to be gotten just right, e.g., how transactions are handled, how exceptions cause rollbacks, how to stop rolling back endlessly (poison messages), how to integrate with long-running workflows so that the state management boundaries line up, etc. AFAIK, MSMQ is a lite messaging system.Quote from ivanbaj:
http://stackoverflow.com/questions/...-over-frameworks-like-masstransit-or-hand-wri
http://social.msdn.microsoft.com/Fo...r/thread/5ecd02df-9e0e-4e7e-92f6-fcab597d975e
I have used MSMQ but not SSSB but now I will look into it.
Are there C# libraries similar to R? What do you use for stats and data mining stuff In c#?