Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2013-06-04 Thread Stephen Masters
22:08:32 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: [rules-users] StatefulKnowledgeSession and multi-threaded > processing > > You can do it as per my knowledge. Only thing is you will access in drl from > java code. I dont think it will be an issue. but w

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2013-06-03 Thread pprasad
] StatefulKnowledgeSession and multi-threaded processing You can do it as per my knowledge. Only thing is you will access in drl from java code. I dont think it will be an issue. but what the reason for sending hashmap as fact, You should have a different way of sending facts. As per my observation no rule

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2013-06-02 Thread pprasad
Hi, Is it possible to insert redis hashmap as it is as fact into rule engine. I am using Jedis from java to access jedis and drool rule engine. Also, Is there a way to access redis hashmap from drl file. Thanks, Pradeep -- View this message in context: http://drools.46999.n3.nabble.com/S

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-23 Thread Wolfgang Laun
Where is it documented that a StatefulKnowledgeSession is not thread-safe? (It is sad that the string "thread" doesn't occur more than once in the "Expert" manual, disregarding case.) Batch insertion of facts followed by a single fireAllRules() that contain data that is semantically ordered in any

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-22 Thread Richard Calmbach
When you are dealing with events, the processing works a bit differently. First, we have to clarify: Are you inserting events or plain facts? If it has a timestamp, it has to be handled as an event. The distinction matters because in an event-driven scenario, only events would be inserted "from the

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-22 Thread Skiddlebop
Thanks for the link :) 'Twas an interesting view! A few complexities still remain. I may be ill-informed about this matter so please correct me if I'm totally off-base in any of these statements. Alexandre states that the KnowledgeSession is thread safe, which is contrary to the documentation (if

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-20 Thread Mauricio Salatino
t; On 20/12/2011, at 22:52, Greg Barton >> wrote: >> >> > Absolutely.  Anyone who wants to build a high >> performance rules system should watch it. >> > >> > --- On Tue, 12/20/11, Mauricio Salatino >> wrote: >> > >> >> From: Ma

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-20 Thread Greg Barton
Common sense doesn't become common until it's communicated. :) --- On Tue, 12/20/11, Salaboy wrote: > From: Salaboy > Subject: Re: [rules-users] StatefulKnowledgeSession and multi-threaded > processing > To: "Rules Users List" > Cc: "Rules Users List

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-20 Thread Salaboy
, at 22:52, Greg Barton wrote: > Absolutely. Anyone who wants to build a high performance rules system should > watch it. > > --- On Tue, 12/20/11, Mauricio Salatino wrote: > >> From: Mauricio Salatino >> Subject: Re: [rules-users] StatefulKnowledgeSession and multi-

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-20 Thread Greg Barton
Absolutely. Anyone who wants to build a high performance rules system should watch it. --- On Tue, 12/20/11, Mauricio Salatino wrote: > From: Mauricio Salatino > Subject: Re: [rules-users] StatefulKnowledgeSession and multi-threaded > processing > To: "Rules Users List&

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-20 Thread Mauricio Salatino
That's not me.. his name is Alexandre Porcelli.. he is also a community member.. really good presentation On Tue, Dec 20, 2011 at 2:46 PM, lhorton wrote: > You might like to view this video, posted by Mauricio (Salaboy) this year, > from their Drools workshop in Argentina.  It's about a real (pro

Re: [rules-users] StatefulKnowledgeSession and multi-threaded processing

2011-12-20 Thread lhorton
You might like to view this video, posted by Mauricio (Salaboy) this year, from their Drools workshop in Argentina. It's about a real (production) implementation of a very high volume, high performance Drools-based system: http://vimeo.com/27209589 http://vimeo.com/27209589 -- View this messa