JESS: Dot notation in patterns - performance issues

2008-02-06 Thread Henrique Lopes Cardoso
Hi, I am considering rewriting my rules to maximize the use of the dot notation in patterns. For instance: (deftemplate x (slot a) (slot b) (slot c)) (deftemplate y (slot a) (slot b)) (defrule r ?x - (x (a ?a) (b ?b) (c 1)) ?y - (y (a ?a) (b ?b)) = (printout t ?y matches ?x

Re: JESS: Distributed Jess Engine?

2008-02-06 Thread Mohd. Noor
Hi all, Is that any answer to Michael's question- I've the same inquires. Cheers mnoor On Jan 30, 2008 4:39 PM, Michael Frey [EMAIL PROTECTED] wrote: Hi, is it possible to distribute parts of Jess on multiple machines, e.g. one peer engine runs on node 1 while the original engine and it's

Re: JESS: Distributed Jess Engine?

2008-02-06 Thread Peter Lin
In theory it is possible to build a distributed RETE rule engine. The catch is no rule engine today supports that capability. I filed a patent for it back in 2003/2004. anyone interested in details can email me directly. peter lin On Feb 6, 2008 11:57 AM, Mohd. Noor [EMAIL PROTECTED] wrote: Hi

Re: JESS: Distributed Jess Engine?

2008-02-06 Thread Hal Hildebrand
Very little in the literature (There's DJess). I've got a model I've been working for my needs, but it requires Coherence. Peter Lin has, I believe, a couple of patents in this area and a lot of excellent ideas. On Feb 6, 2008, at 11:57 AM, Mohd. Noor wrote: Hi all, Is that any answer

Re: JESS: Distributed Jess Engine?

2008-02-06 Thread James C. Owen
Greetings: I have a friend who filed a patent on the MVM (Multiple Vitrual Machines) concept that was pioneered by IBM - but at that time software could not be patented, only copyrighted. And you could not copyright nor patent a process such as that. Things change so he patented and

JESS: Jess and geospatial applications

2008-02-06 Thread Matthew J Hutchinson
Hi everyone, Just a quick question, is anyone familiar with any applications in the geospatial (specifically geospatial intelligence) field where Jess has been used? Cheers, Matt