Hi Gabriel,
>> You posted some information regarding the platform you will be running
>> the algorithms on, can you be more specific?
>> - What are the hardware characteristics of the machine?
The programs are run on computers with two quad-core Intel(R) Xeon(R)
E5520 CPUs (@ 2.27GHz) and 70GiB RAM. We have six of these machines and
we use TIRA to distribute single program runs across these. Since the
virtual machines eat up some of the RAM, use not more than 60GiB RAM to
avoid swapping. If you want to know additional numbers, just ask.
>> - Do we have access to disk (for example to handle temporal files)?
Yes, your program has sandboxed access to the file system. For each
program run (= each pair of suspicious and source document), TIRA
creates a new run directory and starts the program from there. Your
program can then write to and read from this directory ("./") and
subdirectories ("./<subdir>/), not however access something else
("../"). Your program should write the detection result XML into an
accessible directory.
Best regards,
Tim.