"Edinburgh Optimizing Software" Run Server

Copyright (C) 2000-2004 by Grigori G.Fursin

http://homepages.inf.ed.ac.uk/gfursin

ICSA, School of Informatics,
University of Edinburgh, UK


The Run Server is introduced to ease portability between different platforms. This server is platform dependent and is used to execute applications and obtain their run-time parameters. Therefore, it is written in C to use low-level OS calls and recompiled for each platform using options specific for the particular platform. Most of the remaining software is written in Java and thus portable across platforms.
Information: Current version: 1.03 Release date: 2004.June.16 Host: localhost Default port: 4701 Run: eos_run_server(.exe) eos_run_server --help ;for information about options. Security: To prevent intruders execute their code a simple security ID is used. It is defined with the command line option --security_id [id] or in the file with the command line options eos_run_server.cl Instructions: telnet localhost 4801 initiate run ;start security_id = [id] ;security id (should be matched ;with the id in the command line ;to prevent intruders from executing ;their code) directory = [directory_with_full_path] ;directory where to run bat file file_bat = [name_of_bat_file] ;name of bat file to run go ;executes bat file terminate ;finish