I've found one thing in Ruby so far that seems akward and not at all apropriate. If an exception happens during a thread, and unless it is caught and handled within that thread the whole process will balk.
Which makes running internal threads rather risky unless you're doing all your exception handling in the immediate scope. If you have Thread.
(
Read more... )