On 6/14/06, Chris McMahon <[EMAIL PROTECTED]> wrote:
I just updated the code used by click_no_wait to use this technique to avoid having to spawn a thread. Thanks.
As we all know,
system("foo.exe")
does not return control to the calling script until "foo.exe" has finished.
however, system("start foo.exe")
does. This has interesting implications for performance testing and
for running many test files simultaneously from a controller script.
I just updated the code used by click_no_wait to use this technique to avoid having to spawn a thread. Thanks.
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
