Posted by member 37809 on 2004-05-23 11:35:30 link

You would want to run a module threaded if you don't want a blocking operation to ... block the rest of litestep. An example is geekamp's !amp_loadfile. Running geekamp threaded will prevent geekamp from freezing the rest of litestep when you call !amp_loadfile.

Other than that I guess there's no reason to do it unless you have more than one CPU I think. Threading is possibly unstable.