Discussion:
[DRMAA-WG] MonitoringSession
Daniel Gruber
2010-11-22 14:58:17 UTC
Permalink
Hi,

1. I'll add "readonly atttribute version drmsVersion"
to the MonitoringSession if nobody disagrees. The DRMS (drmsInfo)
itself can be retrieved from SessionManager. The DRMS (drmsInfo)
depends on the library, the version depends on the session at
the moment. We have a pointer to it already in the
MonitoringSession description header.

2. We could also put "readonly attribute string drmsInfo" to
MonitoringSession which would allow one to write an implementation
which could handle two or more different DRMS. If not
IMHO this would not be possible (at least we would just
have one "drmsInfo" which is correct in just one case).

Cheers

Daniel
--
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
Daniel Gruber | Software Engineer
Phone: +49 (0)941 3075-128 (x60128)
ORACLE Grid Engine Engineering
ORACLE Deutschland B.V. & Co. KG | Dr.-Leo-Ritter-Str. 7 | D-93049
Regensburg

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstr. 25, D-80992 M?nchen
Registergericht: Amtsgericht M?nchen, HRA 95603

Komplement?rin: ORACLE Deutschland Verwaltung B.V.
Rijnzathe 6, 3454PV De Meern, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Gesch?ftsf?hrer: J?rgen Kunz, Marcel van de Molen, Alexander van der Ven
Peter Tröger
2010-11-23 10:29:17 UTC
Permalink
Post by Daniel Gruber
Hi,
1. I'll add "readonly atttribute version drmsVersion"
to the MonitoringSession if nobody disagrees. The DRMS (drmsInfo)
itself can be retrieved from SessionManager. The DRMS (drmsInfo)
depends on the library, the version depends on the session at
the moment. We have a pointer to it already in the
MonitoringSession description header.
Agreed.
Post by Daniel Gruber
2. We could also put "readonly attribute string drmsInfo" to
MonitoringSession which would allow one to write an implementation
which could handle two or more different DRMS. If not
IMHO this would not be possible (at least we would just
have one "drmsInfo" which is correct in just one case).
Not agreed. The multi-DRM implementation idea is pretty old, and never ever materialized in reality. We therefore decided in one of the phone conference to drop this idea in the interface semantics. This is why drmsInfo ended up in the SessionManager.

Best regards,
Peter.

Loading...