PDA

View Full Version : Loading Loaders


Drek
10-08-2005, 23:38
I have a program that starts with a launcher for certain reasons *ahem*. It only runs when you are logged in, I would like it to run when I am logged out as well. The problem is I have no way that I can think of of knowing whether it is running or not. If I use ServerLoader to load the launcher, will the main program run as a service or will only the launcher run as a service? The launcher loads the program, then shuts down, so it shouldn't be restarted. Just wondering how this would work.

botmeister
16-08-2005, 10:22
Serverloader will only manage the program that it loads, so if you load the launcher, which in turn loads a program, the serverloader will not monitor the program, it will only monitor the launcher.

You will have to find a way to get the serverloader to act as the launcher for your main program.

Drek
16-08-2005, 13:55
Turns out the program was almost completely useless anyway, so I don't have any reason to use it now.