|
first, i think there should be a backburner forum since it crosses over a few software.
Is anyone doing this though? I work in a small group and when I notice someone is not at there desk I’d love to just start their server remotely so I can get a few frames during the day instead of using my own machine or waiting till night.
The only trick is I’d like it to also Not run if certain applications are open (like other rendering software maybe) to ensure they aren’t actually rendering themselves.
If this doesn’t exist already, here’s how I was thinking to do it:
AHK - AutoHotKey would be my preference since it’s pretty simple.
I could create an application that runs on everyone’s computer on startup. It periodically pings a file to search for it’s own computer name and an on/off switch (probably just 0 or 1).
If I change the file for [computer12] to be 1 then it would open the server. It has to keep pinging because I could change it back. If the user closes the server manually then the file should automatically send the command to change back to 0.
There could be a manager-like application that shows all the computer names with an on/off button to control the file/file(s). That way you can be visually alerted of the changes without having the file open. Simply hitting a button would turn a server on and off by sending the change to the file for that computer. During the next ping for that computer the server shuts off.
What do you guys think? I’d love Autodesk to make it, but they’re too busy trying to fix Max2012 right now, as they should be.
Any idea that’s better? Maybe something that’s better than AutoHotkey?
I’d love to hear if other people would find this useful as well. I think it’s a pretty decent idea.
|