in reply to Re: Re: Re: Threading - Best Practices
in thread Threading - Best Practices

What I would like is for people to not get burned by using threads where it doesn't make sense to.

Then perhaps answering Don't. isn't the appropriate answer to a question asking for Best Practices?

  • Comment on Re: Re: Re: Re: Threading - Best Practices

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Threading - Best Practices
by tilly (Archbishop) on May 19, 2003 at 20:39 UTC
    Best practices are practices that are right most of the time that someone is trying to do something.

    My (biased) opinion is that most of the time that people are trying to use multi-threading, they shouldn't be.

    Therefore Don't. is perfectly appropriate for a best practice. (IMO.)