Re: [rules-users] drools grid or other high availability solution?

2012-12-02 Thread karlunho
://docs.jboss.org/author/display/ISPN/Infinispan+Distributed+Execution+Framework Regards, Alan Ho -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-drools-grid-or-other-high-availability-solution-tp4020734p4021054.html Sent from the Drools: User forum mailing list archive

Re: [rules-users] drools grid or other high availability solution?

2012-11-13 Thread Mark Proctor
). Am I correct or am I missing something ? -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-drools-grid-or-other-high-availability-solution-tp4020734p4020803.html Sent from the Drools: User forum mailing list archive at Nabble.com

Re: [rules-users] drools grid or other high availability solution?

2012-11-12 Thread groovenarula
to share / replicate session state contained in a StatefulKnowledgeSession across separate JVMs (either on the same server or across 2 servers). Am I correct or am I missing something ? -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-drools-grid-or-other-high

Re: [rules-users] drools grid or other high availability solution?

2012-11-11 Thread Justin Case
In my plan, there are a few DRools servers running stateless, integrated with Apache Camel for HA/load balancing. I didn't get yet (by reading the docs) how to get it running, might be because I don't know Camel either... JC How does the Drools server support High Availability? Can you run

Re: [rules-users] drools grid or other high availability solution?

2012-11-10 Thread Miguel Paraz
Hi, On Sat, Nov 10, 2012 at 1:35 AM, Mauricio Salatino sala...@gmail.com wrote: Hi Justin, We are working on it, drools-grid was an experimental project to start the design. We also have the Drools Server using camel, and we will continue the development of the remoting APIs, probably after

Re: [rules-users] drools grid or other high availability solution?

2012-11-10 Thread Mark Proctor
There is nothing we provide for this. What you can do is setup 1..n nodes in a group - each with the same rules. Make sure all inserts are replicated to each node in the group, let each group run with redundancy. Mark On 10 Nov 2012, at 12:34, Miguel Paraz mpa...@gmail.com wrote: Hi, On

Re: [rules-users] drools grid or other high availability solution?

2012-11-09 Thread Justin Case
Not even a single idea? :( JC - Original Message - From: Justin Case send_lotsa_spam_h...@yahoo.com To: rules-users@lists.jboss.org rules-users@lists.jboss.org Cc: Sent: Wednesday, November 7, 2012 3:33 PM Subject: [rules-users] drools grid or other high availability solution

Re: [rules-users] drools grid or other high availability solution?

2012-11-09 Thread Mauricio Salatino
send_lotsa_spam_h...@yahoo.comwrote: Not even a single idea? :( JC - Original Message - From: Justin Case send_lotsa_spam_h...@yahoo.com To: rules-users@lists.jboss.org rules-users@lists.jboss.org Cc: Sent: Wednesday, November 7, 2012 3:33 PM Subject: [rules-users] drools grid or other

Re: [rules-users] drools grid or other high availability solution?

2012-11-09 Thread Justin Case
9, 2012 6:35 PM Subject: Re: [rules-users] drools grid or other high availability solution? Hi Justin, We are working on it, drools-grid was an experimental project to start the design.  We also have the Drools Server using camel, and we will continue the development of the remoting APIs

Re: [rules-users] drools grid or other high availability solution?

2012-11-09 Thread Mauricio Salatino
:* Mauricio Salatino sala...@gmail.com *To:* Justin Case send_lotsa_spam_h...@yahoo.com; Rules Users List rules-users@lists.jboss.org *Sent:* Friday, November 9, 2012 6:35 PM *Subject:* Re: [rules-users] drools grid or other high availability solution? Hi Justin, We are working on it, drools-grid

[rules-users] drools grid or other high availability solution?

2012-11-07 Thread Justin Case
Hello all, I noticed there's not much fuss about drools-grid (anymore?). Is there something still going on there? Is it recommendable for something reliable? Or if not, do you have any hints/links/experience on how to achieve a certain high availability level with DRools servers? Many thanks,