Questions tagged [agents]

113 questions
0
votes
1 answer

SCCM 2012 R2 client deployment

I just installed SCCM 2012 R2 (thx Internet for tips) on a 2012 R2 server and i have a new problem to solve. How can i deploy correctly agents on all clients of my lab ? 'cause when i click on "Install client" everything's good i can finish the…
Bobby
  • 1
0
votes
1 answer

jmeter agents running specific tests

I want to run a Jmeter test using multiple agents but I don't want each agent to run the same test. How can I assign specific tests (thread groups) to a specific agent? Thanks
Steve
  • 1
  • 1
0
votes
1 answer

Scheduled agents not being added

I am developing a Sitecore solution in which I have implemented an agent and registered it in an include configuration file as such:
Thorkil Holm-Jacobsen
  • 7,287
  • 5
  • 30
  • 43
0
votes
1 answer

what is the difference between agents and objects in netlogo?

I just started learning netlogo. I was asked to give difference between agents and objects. I have searched for the solution on several websites but all I've learned is that Agents are beings that can follow instructions. In NetLogo, there are four…
Awa Melvine
  • 3,797
  • 8
  • 34
  • 47
0
votes
1 answer

Keeping SKNodes upright with GameplayKit

I'm working on a SpriteKit game with animal characters. The animals move left and right across the screen using agents from GameplayKit. They follow an invisible agent that goes from one side of the screen to the other. This works ok except that…
Shane O'Seasnain
  • 3,534
  • 5
  • 24
  • 31
0
votes
1 answer

How to migrate Notes mail agents to Microsoft Exchange (i.c. Office365)?

A client insists on moving from Notes/Domino to Office365 (no further comments on that please). There are some mail agents that provide automated functionality. In one case, it is an agent in a mail database that, when it receives a mail, it…
D.Bugger
  • 2,300
  • 15
  • 19
0
votes
0 answers

Add and use behaviours of agent with saving a flexibility

There are many behaviours in my agent, whose number and consist isn't known beforehand. Behaviour is an algorithm of action in response of some events in system or in agent itself. I would wanted to do something like that: public abstract class…
Amelina
  • 172
  • 1
  • 2
  • 12
0
votes
1 answer

Run multiple procedures at the same time in netlogo

Hello i have the following code: to go move play-papelvstije play-papelvsrock play-tijevsrock play-tijevspapel play-rockvspapel play-rockvstije …
Paul
  • 189
  • 6
0
votes
3 answers

Reuse web agents that PRINT to the browser in XPages Lotus

When upgrading classic Domino applications to XPages one particular problem arises constantly: "what to do with the PRINT statements in existing agents that write back directly to the browser?" I have 200 agents in my nsf file which all uses Print…
Ashish
  • 75
  • 2
  • 9
0
votes
2 answers

How to read text file in JADE

I am stuck in putting the Jave text file read code in JADE GUI. Please assist.I.e. Show using a simple code. I am new to Jade but experienced in Java coding.
tmutoru
  • 1
  • 1
0
votes
1 answer

Java: Accessing XML value as a new variable in another class

Java Programming I have a class WeatherAgent. The function of this class is to get the current temperature value and other parameters from a URL (XML code) from World weather online. My main question is; how to get the generated temperature value in…
0
votes
4 answers

F# MailboxProcessor memory leak in try/catch block

Updated after obvious error pointed out by John Palmer in the comments. The following code results in OutOfMemoryException: let agent = MailboxProcessor.Start(fun agent -> let maxLength = 1000 let rec loop (state: string list) i =…
Grozz
  • 8,317
  • 4
  • 38
  • 53
0
votes
1 answer

IP addresses of agents registered with the Main Container in JADE?

I have a website at the back end of which I have a JADE main container running. Multiple machines can register with this main container. So, I want to know if the JADE API supports getting the IP addresses of all the agents currently registered with…
readdear
  • 195
  • 1
  • 3
0
votes
1 answer

Netlogo Mekka Model - need directions

I'm working on this assignment for my university with Netlogo and I'm really stuck. I just started out using Netlogo and I'm trying to recreate Mekka, together with some pilgrims. I've been trying out a lot of different codes, adding new ones,…
0
votes
2 answers

Multiple Datastax Agents on one IP

I'm trying to setup datastax agents on separate server to monitor nodes. But I've faced with problem. How to configure multiple agents on one IP address? In agent config I can define only agent_rpc_interface, but can't do this for port. So in this…