[jboss-dev-forums] [Design of JBoss ESB] - Re: Supporting entry-point
tirelli
do-not-reply at jboss.com
Thu Jun 25 13:31:19 EDT 2009
Jeff,
Oh, I misunderstood you the first time. But yes, as usual you are right! That is how it was designed to be.
Regarding comments, the use of entry points for events is highly recommended because it reduces the matching space for the events and allows for concurrent feeding of data into the engine. End result is better performance and scalability, as you mentioned already.
On top of that, data transformation is also a possibility adding flexibility.
As of Drools 5, we don't support distributed working memory. In case the business case allows for any kind of data partitioning (you know, like sending all customers whose name starts with "A" to one server and "B" to the other server", then it is a good strategy, because it also helps reducing the match space. Of course, the same knowledgebase can be replicated to all servers and sessions instantiated in each of them.
Edson
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240119#4240119
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240119
More information about the jboss-dev-forums
mailing list