View Single Post
  #1 (permalink)  
Old 01-24-2008, 10:05 PM
frejon26 frejon26 is offline
Member
 
Join Date: Jan 2008
Posts: 7
frejon26 is on a distinguished road
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.
Reply With Quote
Sponsored Links