> > > > I assert it's easier to write:
>
> > > > start_new_thread( this_func )
> > > > def thrA():
> > > >     normal_suite()
>
> > > > than
>
> > > > def thrA():
> > > >     normal_suite()
> > > > start_new_thread( thrA )
>
> > > > If you don't, stop reading.

Nothing beats if forkthread(): but what are the chances of getting it
in Python?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to