Re: Should I use fork, or is there a simpler way?



In article <1151493161.991539.300960@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
sarmstro <z_glip@xxxxxxxxxxx> wrote:
To do this without fork would be great, but I'm stumped on how to kick
off a spawn and have it perform some function every, say, 5 minutes,
without pausing or interfering with the main test script which is
running in another spawned process.
.
.
.
Does <URL: http://wiki.tcl.tk/every > give you enough of an idea?
The Expect context actually shifts things a bit, but this page
should be enough to start you in a useful direction.
.