|
main thread question?
are there any problems that arise from letting the main thread finish execution before sibling threads finish. I know the thread.join() method prevents this when you have a reference to the thread object running.
on my computer it does not seem to casue any visible problems.
-thanks
Last edited by frejon26 : 01-24-2008 at 10:18 PM.
|