Am 19.12.2012 um 13:50 schrieb Rafael Luque <rafael.luque.leiva@gmail.com>:
Unfortunately, what I really need is to implement CQRS, or some of its concepts as you said, in a Java-based webapp, but not in Smalltalk. We are suffering severe performance issues and I'm evaluating if the "read model" of CQRS could be a good solution for our problem. Then I thought: why not to look up inspiration in an Smalltalk framework, if it exists :-)
Please keep me updated. I didn't think of using CQRS like stuff for performance reasons. From the gut I would say if you haven't a lot of monitors/locks active or you can't afford to update the read model less often then the odds are not that high in helping with performance issues. But interesting indeed. Norbert