Hi Reuit,

I was able to get a prototype going that does what is needed.
I can now set up the runtime limits I want to use in an ini
file. The SystemJSV.pl creates a hash on startup and reads in
the values into the hash along with the initial file modification time
and touches a last checked time entry.

Then, once there is a job submission, the jsv_on_verify() routine
will check to see if at least 60 seconds ( conservative I know....) 
has passed since the last check. If so, it then checks the
file mod time to see if there is a diff. If there is a diff, then it will
read in the new values into the hash.

This allows the system jsv to be modified w/o restarting the threads.
( at least in perl...)

I'm not an expert on the perl system jsv, so if anyone else has
gone thru this before, please pass on some notes.

I'll eventually post the code, but will most probably create a separate
module for it since my prototype is a little rough on the eyes..... lol

Thanks,

Ed Lauzier



_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to