Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Esteemed Monks,
if I were to ask "how do I start a process in the background then kill it after a pre-defined amount of time?", you would direct me to the FAQs, and rightly so.
However, there are two complicating factors: I need to do this on Windows, and I can't use any modules from CPAN, only those that come with one of the common Windows-oriented Perl distributions.
The reason for the second requirement is that I have to work in a very restricted environment where access to the internet is not allowed.
What I actually need this for: I want to write an automated testing tool for one of the programs that I'm working on. This is a huge application whose behavior can be modified with hundreds of options scattered around dozens of config files, and I suspect that there exists a winning combination of options that enable a certain functionality that so far I couldn't entice from the program. Manual testing of all possible combination of all the suspected combination of options would be tedious and error prone, hence the need for this script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: starting a process in the background, with a twist
by BrowserUk (Patriarch) on Mar 20, 2012 at 20:24 UTC | |
by Anonymous Monk on Mar 20, 2012 at 21:18 UTC | |
by davido (Cardinal) on Mar 20, 2012 at 22:00 UTC | |
by bulk88 (Priest) on Mar 20, 2012 at 22:27 UTC | |
by Anonymous Monk on Mar 20, 2012 at 22:56 UTC | |
|
Re: starting a process in the background, with a twist
by Happy-the-monk (Canon) on Mar 21, 2012 at 10:42 UTC |