a = thread.new {
code here...
}
b = Thread.new {
sleep 1;
helper = WindowHelper.new;
helper.push_security_alert_yes;
}
If the security alert doesn't pop up as is true on the second server, the code in A just sits there like it is waiting for b to finish up and join it.
Please help.
Thanks.
Jon
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
