[Saga-devel] saga SVN commit 3267: /trunk/adaptors/aws/
amerzky at cct.lsu.edu
amerzky at cct.lsu.edu
Wed Jan 14 01:59:03 CST 2009
User: amerzky
Date: 2009/01/14 01:59 AM
Modified:
/trunk/adaptors/aws/
README
Log:
added TODO
File Changes:
Directory: /trunk/adaptors/aws/
===============================
File [modified]: README
Delta lines: +15 -0
===================================================================
--- trunk/adaptors/aws/README 2009-01-14 01:44:22 UTC (rev 3266)
+++ trunk/adaptors/aws/README 2009-01-14 07:58:54 UTC (rev 3267)
@@ -236,3 +236,18 @@
- ssh -o StrictHostKeyChecking=no -i <proxy> root@<public_ip>
- ssh -o StrictHostKeyChecking=no -i /tmp/saga.aws_private_ec2.pem root at ec2-174-129-153-102.compute-1.amazonaws.com
+
+-----------------------------------------------------------
+TODO:
+
+ - job serv ice ctor should take WS URL
+ - it should be configurable how many jobs run per VM instance, and the job
+ service should spawn new instances if needed. That implies (a) scheduling
+ in the adaptor, and (b) better abilities to track jobs, and to reconnect to
+ running jobs - that is basically impossible over the current route if using
+ the local adaptor for submission, via the ssh adaptor. One could, for
+ example, store process ID in a database on the VM while starting the process
+ (or after starting the process), and update that information on each event.
+ Useful would be a wrapper for startup which maintains the database on
+ process start/stop.
+
More information about the saga-devel
mailing list