Andre Cavalcante
2014-08-20 16:50:55 UTC
Hi everyone,
I have a request/response interaction as fallow:
(A) -> (B)
A --- REQUEST --> B
A <-- AGREE --- B
long time processing (~5 seconds)
A <-- INFORM --- B
But while B is in a long time processing, B can receive other requests from
as other agents (C, D, etc.) as B agent, too.
For now, I have just one responder for this interaction, then, when other
request arrives in B, it is put in a queue and it is processed after the
current interaction finish.
I would wish respond REFUSE for all others REQUESTs from B and start new
RESPONDERs behaviours for other agents.
How can I do this? Some idea?
Thanks in advance.
--
André Cavalcante
Manaus, AM., Brazil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jade.tilab.com/pipermail/jade-develop/attachments/20140820/b5edbafc/attachment.html>
I have a request/response interaction as fallow:
(A) -> (B)
A --- REQUEST --> B
A <-- AGREE --- B
long time processing (~5 seconds)
A <-- INFORM --- B
But while B is in a long time processing, B can receive other requests from
as other agents (C, D, etc.) as B agent, too.
For now, I have just one responder for this interaction, then, when other
request arrives in B, it is put in a queue and it is processed after the
current interaction finish.
I would wish respond REFUSE for all others REQUESTs from B and start new
RESPONDERs behaviours for other agents.
How can I do this? Some idea?
Thanks in advance.
--
André Cavalcante
Manaus, AM., Brazil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jade.tilab.com/pipermail/jade-develop/attachments/20140820/b5edbafc/attachment.html>