Re: JESS: Socket communication - serious problem

2005-11-28 Thread ejfried
Jess's simple I/O router system is a copy of the one in CLIPS. It's sufficient for some situations, but not for others. This is really not at all a serious problem because for those other situations there are at least two choices: write some code in Java and call it from Jess, or write the code in

JESS: Socket communication - serious problem

2005-11-27 Thread Marek Pawlowski
I would like to ask about a quite serious problem in jess. I'm working on a student project "Agents in Power Systems", developed in Jess. Agents are communicating with each other over TCP/IP sockets. To accomplish this, a broadcasting TCP server has been written. While sending messages via j