William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
It would be a BAD idea to write scriptlet code that starts a new Thread. Scriplet code should be as simple as possible.
If your application really needs to start an independent Thread, do it in a helper class. If this is anything but a casual question, describe the problem you are trying to solve.