Line 44 was replaced by lines 44-48 |
- ! Action items for release |
+ ! Action items for release (__January 15, 2007 target__) |
+ * Fix memory problems on SRB get interface (Lucas) |
+ * Move GET + PUT method to use HTTP binding to avoid memory problems (Jing & Lucas) |
+ |
+ ! Action items for release (__February 15, 2007 target__) |
Lines 47-50 were replaced by lines 51-60 |
- * Separate Query/Get into separate WSDL documents |
- * Move GET + PUT method to use HTTP binding to avoid memory problems (Jing & Lucas) |
- ** Fix memory problems on SRB get interface |
- ** Authentication: turn on SSL for ecogrid auth methods (Jing & Lucas) |
+ * Separate Query/Get into separate WSDL documents (David) |
+ * Authentication: turn on SSL for ecogrid auth methods (Jing & Lucas) |
+ * Refactor for naming consistency (server and client sides) (Jing and Lucas and Dave) |
+ ** Update namespace to 1.0.0 (currently uses beta1) |
+ * Documentation (David) |
+ ** server side |
+ ** client side |
+ *** build a client package with full documentation, bundle all client stub jars |
+ * Rename to: EarthGrid |
+ * Add portal to SEEK website, rename throughout to EarthGrid (David) |
At line 53 added 1 line. |
+ * Add replication and 3rd party transfer methods (postpone) |
At line 64 added 12 lines. |
+ |
+ !!! Kepler: Distributed Execution |
+ |
+ !Proposal discussion |
+ * Use a subclass of RunCompositeActor |
+ * central broker/controller handles communication with different nodes |
+ * use annotation to flag stateful versus stateless actors |
+ * deal with passing data by reference |
+ ** probably modify the Token base class to support passing by reference, or maybe the ObjectToken class to limit the impact to the type lattice |
+ ** actors would have to create tokens that are of a given type with a reference instead of the data |
+ |
+ * security: need it but could be layered on in a second step, but would mean that the system would have to be run in a trusted environment |