[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Threads



> Was just thinking,
> 
> How do you all feel about threads?

Threads are neat buggers, but tend to cause endless headaches to those not
intimately familiar with them.  They can be the source of intermittant or
unreproduceable bugs that cannot be found with a debugger.  Since this
is a project that will grow and be worked on by many people over its
lifetime (hopefully), I think that using threads is just asking for
trouble.

My advice would be to stay away from then unless absolutely necessary.  If
they are necessary, then make sure the piece running as a seperate thread
is isolated from the main code by a wall thick enough to stop a nuke.

                                          Brian
                                 ( bcwhite@verisim.com )

-------------------------------------------------------------------------------
When you love someone, you're always insecure.  ("Tell Her About It" -- B.Joel)


Reply to: