I am testing stuff on two different servers.  on one server I get a security alert which I am taking care of with this:
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

Reply via email to