[Baypiggies] Threading question

Kelly Yancey kelly at nttmcl.com
Thu Apr 27 04:12:40 CEST 2006



On Wed, 26 Apr 2006, Ari Krupnik wrote:

> I find myself writing these two lines all the time:
>
> t=myThread()
> t.start()
>
> Is there any reason to not call start() from the constructor?
>
> Ari.
>
>

   If you want to t.setDaemon(), you need to do it before start().

   Kelly



More information about the Baypiggies mailing list