Hi,

We are trying to build a small prototype using Jess which is webbased(Using servlet). We are having some 1000 Rules and scenario is multiple clients will be hitting this servlet to evaluate the rules and get the outcome from each rule based on the type of client. Now the problem is when multiple clients try to access this servlet , the 'rete' object is holding the state of the other client. basically it is not clearing the network to cater to other client request. We want to load the rule.clp file only once and still render to multiple client access. Plz let me know if we can do this without synchronizing the rete object. I mean we want multithreading. We are tryng to work on both Jess 6 and Jess 7 versions. Your help is very much appreciated. Kindly send me some code snippets if you any.

Regards,
dheeraj
 

Reply via email to