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]. --------------------------------------------------------------------
