topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 8:20 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ljwobker [ switch to compact view ]

Pages: [1]
1
that'd be sweet.  ;-)

2
How difficult would it be to have process tamer look for the existance of a specific process, and if we detect that it's not running, we start it?  I know this would be useful for me to make certain things like calendaring apps, etc are always running.... (basically if I close it by mistake, PT restarts it for me)...

I can see a logical flow/configuration as something like:

every (some period/interval)
if ( process_name is not running ) then
  run ( this_process )

this would also make it easy to negate... you can say

every (some period/interval)
if (process_name IS running ) then
  run (something)

so looks like it's only 3 parameters to me... the period/interval to check, the process name that is (or isn't) running,
and what process to run if the conditional turns up true.  (oops, that's four parameters counting the negation...)

anyway, it's a thought...

--lj


 

Pages: [1]