Discussion:
[jade-develop] Communication between agents
pier giovanni taranti
2014-06-23 10:45:49 UTC
Permalink
Hi All,

I need a fast and intensive communication between agents that need to share
large amount of information. The domain is in distributed multi-agent
simulation; thus, I need network communication.

I have considered using blackboard pattern, such as a tuplespace
implementation. The other option that I have considered is using a
publish/subscribe infrastructure, in order to reduce the over-exchange of
messages, but there is an associated computational cost in the server.

Any comments or suggestions will be highly appreciated,

Thanks
Pier Taranti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20140623/03773fb4/attachment.html>
Caire Giovanni
2014-06-23 20:48:02 UTC
Permalink
HI,

Without details on the required flows of information between agents it is difficult to give you sensible suggestions.
Anyway, among the possible options you could also consider topic-based communication. It is very efficient in delivering messages to agents that previously registered their interest in a given topic, while it is quite slow in managing topic subscriptions.

Bye,

Giovanni

Da: jade-develop-bounces at avalon.tilab.com [mailto:jade-develop-bounces at avalon.tilab.com] Per conto di pier giovanni taranti
Inviato: luned? 23 giugno 2014 12:46
A: jade-develop at avalon.tilab.com
Oggetto: [jade-develop] Communication between agents

Hi All,

I need a fast and intensive communication between agents that need to share large amount of information. The domain is in distributed multi-agent simulation; thus, I need network communication.

I have considered using blackboard pattern, such as a tuplespace implementation. The other option that I have considered is using a publish/subscribe infrastructure, in order to reduce the over-exchange of messages, but there is an associated computational cost in the server.

Any comments or suggestions will be highly appreciated,

Thanks
Pier Taranti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20140623/55ff1e52/attachment.html>
Continue reading on narkive:
Loading...