The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

publishing artifacts is to slow

At the end of my build log i have the following: [15:16:22]: Publishing artifacts (25m:29s) [15:16:22]: [Publishing artifacts] Paths to publish: [automation/artifacts] [15:16:23]: [Publishing ...
0
votes
1answer
34 views

Looking for Java 7 native agent demos, for use specifically on Mac or Linux

I use to work with Java native agents years ago, and I'm getting back to this. I was wondering....what happened to them? There were examples in jdk1.6/demo/jvmti directory, but with Java 7, there ...
0
votes
0answers
50 views

Agent Not Getting Run

I think i am missing something in my project. I need agents to perform specific task that i assign. I am using JADE. Inside the action() i wrote a for loop to display numbers 1 to 10. While running no ...
2
votes
0answers
73 views

Which errors to handle in clojure REST+disk-I/O app?

I have a server application which, somewhat simplified, periodically takes measurements via a rest-api from a not beefy-enough-server. The values should be cached locally (and are ...
3
votes
1answer
227 views

OutputStream in Domino web-agent does not write data correctly

On IBM Domino Server (version 8.5.3FP1 on Win32 platform) there are two web-agents, to generate PDF and RTF files by request. Every agent generates RTF or PDF file in a temporary folder, then opens ...
0
votes
2answers
560 views

Running Lotus Script Agent is not getting logged in Lotus Notes User log

I have written a basic lotus script agent that shows "Hello World" in a Message Box. When I run this agent manually, it gets executed successfully but the Event of running is not getting a log entry ...
-1
votes
1answer
278 views

Emulate document locking in Lotusscript

In my Lotus Notes Application, when a user clicks an action, the action will call a run-on-server agent that will process the current document. The invoked agents sometimes doesn't run (which I think ...
0
votes
1answer
201 views

TCR 2.1.1 importing ITM reports

I am trying to run some reports in TCR I imported from the 6.2.3-TIV-ITM_TMV-Agent-Reports-FP0001 Seeing that I get this error: UDA-SQL-0196 The table or view "KSY_SUMMARIZATION_CONFIG_DV" was not ...
1
vote
3answers
268 views

Create 10k+ agents in clojure

As I tested, a separate thread is used for each new agent, when I create them. Could several agents be run in one thread? My idea is to create 10K+ light-weight agents (like actors in erlang), so is ...
1
vote
2answers
157 views

Mails from Teamroom have http links instead of https

When setting up a teamroom, The 8.5.3 from the extlib from openntf, one of the config items is for the URL. So when sending reminders and so on from the teamroom it will have a notes doclink and a ...
2
votes
2answers
163 views

Asynchronous Agent Library and data share

I am trying to invoke two independent threads by using Asynchronous Agent Library (AAL) as included in in C++ (refer also to here for AAL description ...
0
votes
1answer
114 views

python steering behaviour 'flee' [closed]

I am working on steering behaviours and this does not give me my desired result. It will sometimes depending on where the bot is when i press flee will just go in a straight line and stay that way... ...
2
votes
2answers
181 views

Clojure agents: rate limiting?

Okay, so I have this small procedural SVG editor in Clojure. It has a code pane where the user creates code that generates a SVG document, and a preview pane. The preview pane is updated whenever ...
4
votes
1answer
184 views

MailboxProcessor.PostAndReply design choice

Looking at: member this.PostAndReply : (AsyncReplyChannel<'Reply> -> 'Msg) * ?int -> 'Reply I can't figure out why the signature looks so counter-intuitive to me. What we want to do is ...
0
votes
0answers
54 views

Access Violation in PPL Pipeline

i'm using asynchronous agent library to implement simple image processing pipeline i have three agents CLoadBitmapAgent CConvertToGrayAgent CSaveBitmapAgent every run() function as follow void ...
0
votes
2answers
328 views

JADE IPMS Inter-Platform Agent Migration

I'm using IPMS with Jade for inter-platform agent migration. I'm using Jade 3.6 with IPMS 1.2. I have enabled the services on both slave1 (the original platform) and on slave2 (the target platform). ...
2
votes
2answers
2k views

Access current document and display messagebox from agent called via lotusscript from UI

I have an agent with the following code: Sub Initialize MessageBox "AgentStart" Print "AgentStart" Dim ws As New NotesUIWorkspace Dim s As New NotesSession Dim db As ...
1
vote
2answers
252 views

Different User Agents in the browsers

I have noticed that some browsers via a build in development feature allow you to choose different user agents. Does this mean that they change their rendering engine? Say for example, if I set ...
0
votes
3answers
511 views

NotesAgent.Run return value

I have an agent that runs other agents (let's call these 'sub-agents' for my purpose) .Each time the agent run, it logs it's actions, whether it ran successfully or generated an error. What I want now ...
2
votes
4answers
884 views

Controlling Java and Lotusscript agents

I created 2 agents, one made of Java and another made of Lotusscript. The java agent is scheduled to run every 5 minutes, while the lotusscript agent is scheduled to run every 15 minutes. Therefor ...
2
votes
2answers
1k views

Akka framework (Scala) - Agents to store large complex state

I recently discovered the akka framework and felt it was a good match for one of my projects. I must say I'm very impressed with it so far. In my project, I need to have 1M+ entities receive state ...
6
votes
4answers
731 views

Multithreaded bouncing balls program using agents in Clojure

I have written a multithreaded bouncing balls program in clojure. After starting the animation thread, I do- (send-balls) to start the bouncing balls threads. The balls dont move and this is ...
0
votes
1answer
138 views

Is there any Agent Development framework for Objective-C or C++?

Like JADe, but not for Java. Is there such a thing?
2
votes
2answers
476 views

Clojure Agent question - using send-off

I have a couple of questions about the following code: (import '(java.awt Color Graphics Dimension) '(java.awt.image BufferedImage) '(javax.swing JPanel JFrame)) (def width 900) (def height 600) ...
0
votes
1answer
323 views

What are interesting usages of JADE?

I'm looking for JADE projects which are noteworthy but I wasn't able to find such a list on the Internet. Could anybody provide some? Thanks!
0
votes
1answer
78 views

the paradigm of the future (agents vs SOA) [closed]

I have to decide what course I want to take in university between agents oriented development or SOA. Which one would you suggest? Which one do you think it's going to become more popular in the ...
0
votes
1answer
528 views

XMPP vs JMS as a message carrier

I'm considering using either XMPP or JMS as the transport for exchanging messages between software agents. (I'm working with the JADE agent system.) The main problem I need to solve is to be able to ...
4
votes
1answer
421 views

How can I stop a specific agent in Clojure? When are their states garbage-collected?

If an agent is working through its queue in the background in Clojure, how can I stop it without stopping all agents? When I am finished with an agent and I let it fall out of scope AND it finishes ...
10
votes
1answer
2k views

Map Reduce with F# agents

After playing with F# agents I tried to do a map reduce using them. The basic structure I use is: map supervisor which queues up all the work to do in its state and receives work request from map ...
2
votes
3answers
411 views

Python and Agent Simulation/Visualization Environments

I am trying to end my dependence on Matlab and have turned to Python. I am soon to begin work implementing machine learning (neural nets/SVMs) in agents (simulate ship traffic). I need a machine ...
2
votes
3answers
421 views

Twitter Streaming API recording and Processing using Windows Azure and F#

A month ago I tried to use F# agents to process and record Twitter StreamingAPI Data here. As a little exercise I am trying to transfer the code to Windows Azure. So far I have two roles: One ...
2
votes
1answer
575 views

Twitter stream api with agents in F#

From Don Syme blog (http://blogs.msdn.com/b/dsyme/archive/2010/01/10/async-and-parallel-design-patterns-in-f-reporting-progress-with-events-plus-twitter-sample.aspx) I tried to implement a twitter ...
1
vote
1answer
369 views

unbounded_buffer, _CrtSetDbgFlag and memory leaks

I am trying to use one of the new features - asynchronous agents library. I just added a unbounded_buffer m_myDataBuffer; to my C++ class, nothing more - no agent running yet. To enable memory leak ...
20
votes
1answer
3k views

How Clojure's agents compare to Scala's actors?

I wrote a simulation of the Ring network topology in Scala (source here) (Scala 2.8 RC7) and Clojure (source here) (Clojure 1.1) for a comparison of Actors and Agents. While the Scala version shows ...
2
votes
2answers
748 views

JADE (Java) - Changing Agent Container

Is there a way to reassign agents to a different container or will I have to create a new container and then create all new instances of the agents within the new container? I have done a lot of ...
0
votes
2answers
333 views

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.
0
votes
1answer
394 views

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 ...
1
vote
3answers
536 views

Most suitable database package for use with JADE

I'm using JADE (Java Agent DEvelopment Framework) and need to set up a database back end. Does anyone have any recommendations for which database system would work well with the framework?
2
votes
1answer
1k views

building Agents in c#

Is there anything like JADEX or JADE in C# or C++? I am doing a project on agents and so far I can't find anything like JADEX for building BDI agents in C#. Anything in C# that I have found is for ...
11
votes
1answer
999 views

What is the difference between Clojure's “send” and “send-off” functions with respect to dispatching an action to an agent?

The Clojure API describes these two functions as: (send a f & args) - Dispatch an action to an agent. Returns the agent immediately. Subsequently, in a thread from a thread pool, the state of ...
7
votes
1answer
668 views

Is it reasonable to view highly autonomous actors as agents?

Coming from an academic background in mutli-agent systems (developed in Java using JADE) I have only been peripherally aware of the Actor concurrency paradigm. Now that I've started exploring Scala I ...
2
votes
2answers
74 views

High Granularity Adaptive Society of Agent Software?

I was thinking about how our society incentivizes behaviors by a collection of free individuals, so that the work of those individuals fulfils the requirements of the society as a whole. For example, ...