Hey, i have a few questions about jadex - performance. More precisely about service search. How expensive is a local service search? What happens there? Is there a network based search? or is it just simulated (iteration over a container maybe)? How are service-calls technically handled? Are they stored in a queue? Multithreading? 2.1 what if the calls have different priority? e.g. send position updates vs log data using the same provided service. Let's say each platform-internal-agent communicates...
Hey, i have a few questions about jadex - performance. More precisely about service search. How expensive is a local service search? What happens there? Is there a network based search? or is it just simulated (iteration over a container maybe)? How are service-calls technically handled? Are they stored in a queue? Multithreading? 2.1 what if the calls have different priority? e.g. send position updates vs log data using the same provided service. Question 1 to 2.2 are important for the following...
Hey, i have a few questions about jadex - performance. More precisely about service search. How expensive is a local service search? What happens there? Is there a network based search? or is it just simulated (iteration over a container maybe)? 2.1 How are service-calls technically handled? Are they stored in a queue? Multithreading? 2.2 what if the calls have different priority? e.g. send position updates vs log data using the same provided service. Question 1 to 2.2 are important for the following...
Hey, i just need a little code snippet The code is below my description. Please have a look at A_Agent.java method:body(). Description: On agent-creation: first register yourself with the other agents. So, search for IRegistryService and call register and pass your ComponentIdentifier. The other agents store your ComponentIdentifier. At the same time save the cid of the found services. So you know each existing component who provides the IRegistryService. (now the other agents know that your existing...
Thank you very much KaiJ. It works :) Jobi
Hey, i just need a little code snippet The code is below my description. Please have a look at A_Agent.java method:body(). Description: On agent-creation: first register yourself with the other agents. So, search for IRegistryService and call register and pass your ComponentIdentifier. The other agents store your ComponentIdentifier. At the same time save the cid of the found services. So you know each existing component who provides the IRegistryService. (now the other agents know that your existing...
Hey, i just need a little code snippet The code is below my description. Please have a look at A_Agent.java method:body(). Description: On agent-creation: first register yourself with the other agents. So, search for IRegistryService and call register and pass your ComponentIdentifier. The other agents store your ComponentIdentifier. At the same time save the cid of the found services. So you know each existing component who provides the IRegistryService. (now the other agents now that your existing...
Hey, i extended my solution. Now you can perform a subcomponent service-search (scope = SCOPE_COMPONENT). The subcomponent only provides the service to its parent (scope = SCOPE_PARENT) Maybe it's useful for someone :) jobi