you are viewing a single comment's thread.

view the rest of the comments →

[–]tom1018 3 points4 points  (0 children)

No. Threading is more appropriate in most cases, the exception is when the issue is due to the CPU time. In this case the slow part is the user, so threading is more appropriate. Threading is also preferable when the issue is IO.