On Thu, Dec 18, 2008 at 11:15:09AM +1100, e deleflie wrote: > I'm launching a new thread to upload a file (via net:http) ... then > asynchronously updating the progress bar.
Sounds like I need to finish the new `upload` method. I try to discourage use of threads in Shoes apps, since even a stalled Ruby thread can block window painting. _why
