Generic DRM (Distributed resource management) wrapper
Posted
by
Pavel Bernshtam
on Stack Overflow
See other posts from Stack Overflow
or by Pavel Bernshtam
Published on 2012-11-20T10:56:09Z
Indexed on
2012/11/20
11:01 UTC
Read the original article
Hit count: 148
I need to write a software, which launches DRM jobs in a customer environment and monitors those jobs status. It should work with various customer environments and DRMs - like LSF, Sun Grid and others.
Can you recommend some 3rd party library, which hides DRM differences from me and has API like "launch job", "get list of jobs", "get job status" etc. ?
Both Java and native libraries are good for me.
© Stack Overflow or respective owner