Said and I did something similar to this several years back. What I
did was I wrote a JMS client and passed messages between engine
instances via JMS.

I've been thinking about making that code available to others on my
jess contrib project site. I'm happy to clean it up and post if others
find it useful.

peter

On Mon, Oct 5, 2009 at 8:58 AM, Ernest Friedman-Hill <[email protected]> wrote:
> This isn't really Jess-specific, but rather just the general problem
> of sharing a command prompt across multiple networked clients. One
> easy solution is to use a chat server and wrap Jess as a "bot".The
> chat server would take care of the I/O multiplexing. There are plenty
> of open-source Java chat servers to choose from.
>
> Now, that said, I have no idea why you'd want this.
>
> On 10/4/09, hari ks <[email protected]> wrote:
>> hi,
>>   I need a jess telnet wrapper around Rete to modify working memory remotely
>> at runtime. Here is code that I try to write:
>> http://harisujathan2.blogspot.com/2009/10/jess-telnet-wrapper.html
>> This has multiuser problems..
>> Or is there a applet client to connect multiple clients to server for
>> runtime modification of working memory?
>>
>> Thanks,
>> Hari
>>
>>
>>
>>
>>
>>
>> --------------------------------------------------------------------
>> To unsubscribe, send the words 'unsubscribe jess-users [email protected]'
>> in the BODY of a message to [email protected], NOT to the list
>> (use your own address!) List problems? Notify [email protected].
>> --------------------------------------------------------------------
>>
>>
>
>
> --------------------------------------------------------------------
> To unsubscribe, send the words 'unsubscribe jess-users [email protected]'
> in the BODY of a message to [email protected], NOT to the list
> (use your own address!) List problems? Notify [email protected]
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [email protected]'
in the BODY of a message to [email protected], NOT to the list
(use your own address!) List problems? Notify [email protected].
--------------------------------------------------------------------

Reply via email to