M
To: Rules Users List
Subject: Re: [rules-users] Rules Engine always running
Yes, that is standard approach.
Just don't share the same working memory among multiple threads
(seems you are not doing that, so just reinforcing). The rule base may
be shared, no problem.
[]s
Edson
Rules Users List
*Subject:* Re: [rules-users] Rules Engine always running
Alan,
If you have different sets of rules that you want to apply in different
circunstances, you can compile and cache each of this sets as a rulebase
(note that the set may contain a single rule).
Then, for eac
, March 28, 2007 11:03 AM
To: Rules Users List
Subject: Re: [rules-users] Rules Engine always running
Alan,
If you have different sets of rules that you want to apply in
different circunstances, you can compile and cache each of this sets as
a rulebase (note that the set may contain a single
pful!
aj
--
*From:* Anstis, Michael (M.) [mailto:[EMAIL PROTECTED]
*Sent:* Wednesday, March 28, 2007 9:12 AM
*To:* Rules Users List
*Subject:* RE: [rules-users] Rules Engine always running
I assume rules are dynamically added to the Rulebase and that there is
not a static s
___
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jones, Alan R
Sent: 28 March 2007 15:29
To: Rules Users List
Subject: RE: [rules-users] Rules Engine always running
Mike,
Thanks for you rresponse, howeve
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jones, Alan R
Sent: 28 March 2007 15:29
To: Rules Users List
Subject: RE: [rules-users] Rules Engine always running
Mike,
Thanks for you rresponse, however I'm
CTED]
Sent: Wednesday, March 28, 2007 2:23 AM
To: Rules Users List
Subject: RE: [rules-users] Rules Engine always running
Hi Alan,
A working memory is in essence always available\running whilst there is
a reference to it; other than the "main" thread (on which your public
static vo
With kind regards,
Mike
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jones, Alan R
Sent: 27 March 2007 19:05
To: Rules Users List
Subject: [rules-users] Rules Engine always running
Kind of new to JBoss Rules...I'm try
Kind of new to JBoss Rules...I'm trying to fiigure out from what i have
read so far if the following scenario is possible:
1. Start up an instance of a working memory (say, with dummy rule?) and
keep it running, feeding it data objects to operate on from time to
time.
2. As needed, kick off as