|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
JESS: trying to write a jess telnet wrapper..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 you@...' in the BODY of a message to majordomo@..., NOT to the list (use your own address!) List problems? Notify owner-jess-users@.... -------------------------------------------------------------------- |
|
|
Re: JESS: trying to write a jess telnet wrapper..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 <hari_tcs@...> 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 you@...' > in the BODY of a message to majordomo@..., NOT to the list > (use your own address!) List problems? Notify owner-jess-users@.... > -------------------------------------------------------------------- > > -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users you@...' in the BODY of a message to majordomo@..., NOT to the list (use your own address!) List problems? Notify owner-jess-users@.... -------------------------------------------------------------------- |
|
|
Re: JESS: trying to write a jess telnet wrapper..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 <ejfried@...> 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 <hari_tcs@...> 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 you@...' >> in the BODY of a message to majordomo@..., NOT to the list >> (use your own address!) List problems? Notify owner-jess-users@.... >> -------------------------------------------------------------------- >> >> > > > -------------------------------------------------------------------- > To unsubscribe, send the words 'unsubscribe jess-users you@...' > in the BODY of a message to majordomo@..., NOT to the list > (use your own address!) List problems? Notify owner-jess-users@... To unsubscribe, send the words 'unsubscribe jess-users you@...' in the BODY of a message to majordomo@..., NOT to the list (use your own address!) List problems? Notify owner-jess-users@.... -------------------------------------------------------------------- |
| Free embeddable forum powered by Nabble | Forum Help |